KSOSearchBar

KSOSearchBar is an alternative implementation of UISearchBar.


Keywords
ios, tvos, uisearchbar
License
BSD-3-Clause
Install
pod try KSOSearchBar

Documentation

KSOSearchBar

Carthage compatible Version Platform License

KSOSearchBar is an alternative implementation of UISearchBar. The goal being to avoid the graphical and layout issues present in UISearchBar.

demo

Installation

You can install KSOSearchBar using cocoapods, Carthage, or as a framework. When installing as a framework, ensure you also link to Ditko, Stanley, and KSOFontAwesomeExtensions as KSOSearchBar relies on them.

You must also include the FontAwesome.ttf font in your application bundle which can be found at http://fontawesome.io/.

Dependencies

Third party:

Apple:

  • UIKit, iOS and tvOS