APAutocompleteTextField icon indicating copy to clipboard operation
APAutocompleteTextField copied to clipboard

A couple of things...

Open cpanderson opened this issue 11 years ago • 0 comments

Was looking for how to do autocomplete and came across your class and thought I would give it a try.

  1. The example wouldn't build as there's some references to files that don't have "Example" in the name.

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

cpanderson avatar Sep 22 '14 01:09 cpanderson