SearchTextField is a subclass of UITextField, written in Swift that makes really easy the ability to show an autocomplete suggestions list.
You can decide wether to show the list as soon as the field is focused or when the user starts typing.
You can also detects when the user stops typing, very useful when you can get a suggestion list from a remote server.
New Feature! Now you can make suggestions “inline”, showing the first matched result as the placeholder (instead of the results list) and selecting it when the user touches the enter key.

Leave a Reply
You must be logged in to post a comment.