CocoaPods trunk is moving to be read-only. Read more on the blog, there are 14 months to go.
| TestsTested | ✗ |
| LangLanguage | Obj-CObjective C |
| License | MIT |
| ReleasedLast Release | Nov 2017 |
Maintained by hexiaoba.
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);
}];
XBPicker is available through CocoaPods. To install
it, simply add the following line to your Podfile:
pod 'XBPicker'bubiqudong, [email protected]
XBPicker is available under the MIT license. See the LICENSE file for more info.