LUAutocompleteView
LUAutocompleteView copied to clipboard
Highly configurable autocomplete view that is attachable to any UITextField
Hello !! I have some issue found 1. If I use 2 textfields to use autocomplete I have change autocompleteView.textfield when textfield beginEditing. The auto complete TableView will always show...
I've inserted a boolean property to allow the autocomplete to show suggestion as soon as the user begins editing, even if no text has been inserted yet
If you just add one tiny little line it may be helpful to people! `view.addSubview(autoCompleteView)` Thanks for this, it's awesome and super handy!
I'd love to see an option to show all suggestions when a textfield is tapped. So when a textfield is currently blank, and a user taps it, it would dropdown...
I have integrated AutocompleteView in Table cell. So when I am typing in textfield the dropdown is not visible as keypad is open. I do not want to hide the...