EddyBorja / MLPAutoCompleteTextField

UITextfield subclass with autocomplete menu. For iOS.
Other
1.21k stars 223 forks source link

Make it expand (drop down) the moment it gets focus #106

Open pjebs opened 7 years ago

pjebs commented 7 years ago

Right now you have to start typing in order for the drop down to come down. How can I make it come down the moment teh textfield gets focus?

heisen273 commented 7 years ago

this will do the thing: self.mySearchTextField.showAutoCompleteTableWhenEditingBegins = true