Showing posts with label uisearchbar. Show all posts
Showing posts with label uisearchbar. Show all posts

Friday, January 20, 2012

Resetting UISearchbar programmatically


Is there a possibility to reset a UISearchbar with searchDisplayController programmatically which is active and already contains text?

Subclassing UISearchDisplayController For Abstraction


I have multiple UIViewController that have table views. I want these VCs to just handle UI stuff as they will all search the same database. I want to subclass UISearchDisplayController so I can have this subclass handle all the data and search stuff.