Darkseal / DownPicker

A lightweight DropDownList / ComboBox for iOS, written in Objective-C
MIT License
202 stars 93 forks source link

Text inside text field is selectable #22

Closed WedgeSparda closed 8 years ago

WedgeSparda commented 8 years ago

It would be great to avoid text selection inside a text field used as a DownPicker.

Darkseal commented 8 years ago

Task here was to avoid subclassing and also preserve the "ontouch" capability of the UITextField. I think i found a way to ensure both: check 0.1.30 and let me know if it works like you want.

WedgeSparda commented 8 years ago

Um, just updated and textfield keeps letting me select the text inside.

Darkseal commented 8 years ago

Ok, I'll revert the code back then since it doesn't work and also creates issues (see #23)