hexiaoba / XBPicker

pickerView

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

XBPicker

CI Status Version License Platform

Example

To run the example project, clone the repo, and run pod install from the Example directory first.

    XBPicker *picker = [XBPicker new];
    picker.contents = @[
                        @[@"1", @"2", @"3"],
                        @[@"1", @"2", @"3"],
                        @[@"1", @"2", @"3"],
                        @[@"1", @"2", @"3"],
                        @[@"1", @"2", @"3"]
                       ];
    [picker show];
    [picker setResultBlock:^(NSArray *results) {
        NSLog(@"%@", results);
    }];

Requirements

Installation

XBPicker is available through CocoaPods. To install it, simply add the following line to your Podfile:

pod 'XBPicker'

Author

bubiqudong, hkn35135@163.com

License

XBPicker is available under the MIT license. See the LICENSE file for more info.

About

pickerView

License:MIT License


Languages

Language:Shell 55.3%Language:Objective-C 39.4%Language:Ruby 5.3%