mnbayan / AutocompleteTextfieldSwift

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

Tableview not scrolling #14

Closed tejas-ardeshna closed 8 years ago

tejas-ardeshna commented 8 years ago

I have integrated all properties of AutocompleteTextfieldSwift, and dropdown is working fine. But i can't scroll or select any row of tableview(dropdown)

Narayane commented 8 years ago

+1

didSelectRowAtIndexPath never fired

Kdoherty11 commented 8 years ago

I fixed this by removing a UITapGestureRecognizer I had put on my view to dismiss the keyboard