Patreon / CLKSearcher

The best way to allow your users to keyword search over remote and local content in your iOS app.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CLKSearcher

CLKSearcher is the best way to allow your users to keyword search over remote and local content

Subclasses can define how to perform remote and local searches for a particular query string, and CLKSearcher handles threading, merging of local and remote results, and re-requesting at regular intervals as the user types.

CLKSearcherController manages the text input control that calls into CLKSearcher, as well as display of the results back to the user in a table view.

Installation

Add pod 'CLKSearcher' to your Podfile or download the source here

About

The best way to allow your users to keyword search over remote and local content in your iOS app.

License:Apache License 2.0


Languages

Language:Objective-C 97.8%Language:Ruby 2.2%