Skip to content

Data picker using UITableViews, allow multi level selection and multi selection.

License

Notifications You must be signed in to change notification settings

iException/BUKPickerView

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BUKPickerView

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, hy_ice719@163.com

License

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

About

Data picker using UITableViews, allow multi level selection and multi selection.

Resources

License

Stars

Watchers

Forks

Packages