mnbayan / AutocompleteTextfieldSwift

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

Showing autocomplete table after uitextfield is pre-filled #45

Open nep2099 opened 8 years ago

nep2099 commented 8 years ago

Hi, At the moment, a keypress needs to happen in order for the uitextfield to send a request to fetch and display the autocomplete data, but I'm just looking to see if there's a way to show the autocomplete table with the uitextfield text value pre-defined programmatically. It will be great if you could shed me some light on this. Thanks.

Great framework, thank you so much for your contribution :)