mnbayan / AutocompleteTextfieldSwift

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

didSelectRowAtIndexPath event fires after long press When embedded in UIScrollview #32

Open cloyOnGit opened 8 years ago

cloyOnGit commented 8 years ago

When i use AutoCompleteTextField inside in a uiscrollview the didSelectRowAtIndexPath that calls onSelect gets fired after long press..

So i tried this........................... [(http://stackoverflow.com/questions/38217789/didselectrowatindexpath-called-after-long-press...............................)] also which seems to create the same problem.