Skip to content
This repository has been archived by the owner on Sep 26, 2018. It is now read-only.

Latest commit

 

History

History
28 lines (17 loc) · 1.41 KB

readme.md

File metadata and controls

28 lines (17 loc) · 1.41 KB

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