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

Update to Latest Syntax please....

is there an inbuilt function in the autocomplete class to dismiss the keyboard?

Hello the autocomplete is in a small container so... when i select a row it doesn't work If i have more Height of the container it's works (but i want...

When I put the textfield in the navigationbar and type something the suggestions table appear, but when I try to tap on any cell the table doesn't recognize the tap...

Hey, I tried using your code for my application. Unfortunately when I click on button and the viewcontroller appears modally with navigation controller embedded in, it show the following error...

The TableView never appears. I have debugged showing events firing correctly, but I never see any results appear after calling .autoCompleteStrings. Has anyone had any success after upgrading to xCode...

enhancement
help wanted

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...

This PR has two features: - Add a podspec-file to use with CocoaPods - Add a `configureCell` callback to allow complete configuration of the table cell For example I use...

when there are no matching records found, how can i customize to show no records found rather than hiding table view, please help i am stuck badly..