APAutocompleteTextField
APAutocompleteTextField copied to clipboard
A couple of things...
Was looking for how to do autocomplete and came across your class and thought I would give it a try.
-
The example wouldn't build as there's some references to files that don't have "Example" in the name.
-
The class assumes you'll be creating a text field programmatically and during the init of the rectangle the selectionColor is specified. In my view I placed a textview in the storyboard so I had to specify the selectionColor in my viewDidLoad in order for it to work.
Thanks!