mehfuzh / MHTextField

UITextField extension with built-in toolbar, validation and scrolling support.
MIT License
535 stars 66 forks source link

Managing Choices #9

Open fvisticot opened 10 years ago

fvisticot commented 10 years ago

Great framework. Is there any plan to support other field element like Choice List ?

mehfuzh commented 10 years ago

This is a great suggestion. Labeling it as enhancement.

dsaliberti commented 8 years ago

I made this implementation using an UIPickerView internally. Waiting to the pull. https://github.com/mehfuzh/MHTextField/pull/28