mnbayan / AutocompleteTextfieldSwift

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

autocomplete in container #50

Open SebastienGracia opened 7 years ago

SebastienGracia commented 7 years ago

Hello

the autocomplete is in a small container so... when i select a row it doesn't work

If i have more Height of the container it's works (but i want a small container:)

i try

view.bringSubviewToFront(tableView) don't work

someone have an idea ?

regards