AutocompleteTextfieldSwift icon indicating copy to clipboard operation
AutocompleteTextfieldSwift copied to clipboard

Simple and straightforward sublass of UITextfield to manage string suggestions

Results 26 AutocompleteTextfieldSwift issues
Sort by recently updated
recently updated
newest added

if no match found i want to show "no records found" , how can i achieve this.. Please help.. @mnbayan

Note: These changes were made to better use awesome library in one of my projects. Change log is as follows: 1. Added `presenterView` property to manually pass in a view...

I configured the Plugin as u showed in the `ViewController` and set this `autocompleteTextfield.maximumAutoCompleteCount = 20` but always get just the first 3 results of my response array shown. Any...

When i use AutoCompleteTextField inside in a uiscrollview the didSelectRowAtIndexPath that calls onSelect gets fired after long press.. So i tried this........................... [(http://stackoverflow.com/questions/38217789/didselectrowatindexpath-called-after-long-press...............................)] also which seems to create the same...

I've implemented all that is required from this great add on, but for some reason, though the "autoCompleteStrings" appear in the table view for the text field, it doesn't actually...

help wanted