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

I am using Swift 3, and I have tableview class, inside that, I have textfield class. I tried to add this textfield, but getting crashed in following line setupAutocompleteTable(superview!) and...

1) Updated the code to swift 3. 2) Modified your code to send placeId on selection. 3) Used Google's GMSPlacesClient service to retrieve the coordinates.

Some adjusts to run with swift 3.x :)

when i put the text view inside a stackview, the autoCompleteTableView stopped responding to scrolls and selections even though it showed up on the screen. loks like it could not...

when i put the text view inside a stackview, the autoCompleteTableView stopped responding to scrolls and selections even though it showed up on the screen. loks like it could not...

When I put the AutoCompleteTextField in `UINavigationBar`, then the suggested tableview is not clickable. ![screen shot 2017-07-12 at 22 50 35](https://user-images.githubusercontent.com/1394476/28130523-91da16d8-6754-11e7-95ce-18a4910eddbc.png)

One can use the models to be used in autocompletion. Because If one would have populated using strings only, one has to first of all create an array of strings...

didSelectRowAtIndexPath is never called. As per the previous issue #19 i check my code it doesnt contain this method also public override func resignFirstResponder() -> Bool { self.autoCompleteTableView?.hidden = true...

i've had a gesture recognizer that when tapped anywhere on screen it removed the keyboard and stopped the editing, now it doesn't work with this library, if used i can't...

Changed this line as once the parent viewController was dismissed a nil pointer error was being thrown after returning to the previous viewController. While the fix works i'm not sure...