PickerTextField
A simple wrapper for UITextField providing UIPickerView and UIToolbar for you!
Install
- pod init
- Add following statement in Podfile: pod 'PickerTextField', '~> 1.3'
- pod install
Usage
ExamplePickerTextField/ contains the example, and feel free if you have any question!