BUKPickerView 1.0.3

BUKPickerView 1.0.3

TestsTested
LangLanguage Obj-CObjective C
License MIT
ReleasedLast Release Sep 2015

Maintained by hyice.



  • By
  • hyice

BUKPickerView is used for multi level data selection. Using UITableView to display each level's data, and UITableViewCell for each item. You can set the delegate to your own class, and implement the delegate methods for any situation.

But I think delegate is quite flexible for simple data selection, I also provide a BUKPickViewModel class. BUKPickerViewModel's instance can directly be used as BUKPickerView's delegate, and providing ways for customize.

I wish the BUKPickerViewModel can satisfy most of your needs, or you need to write your own delegate or just open some issues in the github.

Usage

Download the code, and see the sample.

Requirements

iOS 7.0 and later.

Installation

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

pod "BUKPickerView"

Author

hyice, [email protected]

License

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