What is SearchTextField?

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.

Overview

  • Pricing: Free
  • Resource Link: https://github.com/apasccon/SearchTextField
  • Resource Maker: Alejandro Pasccon
  • Mobile Platform Destination: iOS Apps
  • Mobile Platform Support: Native iOS
  • Programming Languages: Swift
  • iOS Versions Supported: iOS 9.0+, iOS 10.0+, iOS 11.0+, iOS 12.0+
  • CocoaPods: SearchTextField