Alejandro Pasccon

1pod

SearchTextField

Even though creating the autocomplete feature over a UITextField is not a big issue, dealing with screen rotation, keyboard position, the look and feel, etc, makes this task harder than expected. The idea behind SearchTextField is to help you adding this feature in just a few lines of code. SearchTextField supports two different modes: the classic dropdown list (by default) and the inline mode perfect for autocomplete email domains as an example.

License: MIT

  • Swift