XBPicker 0.1.1

XBPicker 0.1.1

TestsTested
LangLanguage Obj-CObjective C
License MIT
ReleasedLast Release Nov 2017

Maintained by hexiaoba.



XBPicker 0.1.1

  • By
  • bubiqudong

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, [email protected]

License

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