mnbayan / AutocompleteTextfieldSwift

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

Complete in text field #22

Closed ElectrumDevelopment closed 8 years ago

ElectrumDevelopment commented 8 years ago

Instead of making a table for the suggestions, how would I make them just appear in the text view as you type.

mnbayan commented 8 years ago

@ElectrumDevelopment this library does not support that feature. You can try to look for other libraries at cocoacontrols, start looking at this one --- AutocompleteField.