mnbayan / AutocompleteTextfieldSwift

Simple and straightforward sublass of UITextfield to manage string suggestions
MIT License
290 stars 66 forks source link

best way to hide keyboard? #54

Open legendero opened 7 years ago

legendero commented 7 years ago

i've had a gesture recognizer that when tapped anywhere on screen it removed the keyboard and stopped the editing, now it doesn't work with this library, if used i can't select the tableview autocomplete suggestions, now i'm calling the 'resignFirstResponder' when 'return' is clicked, is there a better solution? i really liked how the gesture recognizer worked, is there any workaround to make it work?