hackiftekhar / IQDropDownTextField

TextField with DropDown support using UIPickerView
MIT License
309 stars 87 forks source link

Improved performance by creating the pickers only when needed #25

Closed buscarini closed 9 years ago

buscarini commented 9 years ago

UIDatePicker setMode takes a very long time on iOS 8, so I changed it to create them lazily