Top "Uisearchdisplaycontroller" questions

UISearchDisplayController is part of Apple's UIKit framework.

resize UISearchDisplayController dimmed black overlay

anybody know how to resize the dimmed black overly, once you clicked the search bar ? i having problem when i …

iphone ios xcode uisearchbar uisearchdisplaycontroller
UISearchDisplayContoller – can't prevent table reload on typing in search bar

I'm trying to set up a search display controller to handle async results from a web service. I've got the …

iphone uitableview uisearchbar uisearchdisplaycontroller
How do I close a UISearchDisplayController programmatically?

I want to close my UISearchDisplayController when the user clicks the "Search" button since I'm loading new data from the …

iphone ios4 uisearchdisplaycontroller
UISearchDisplayController and UITableView prototype cell crash

I have a UIViewController setup in a storyboard with a tableview and UISearchDisplayController. I am trying to use a custom …

iphone ios objective-c uitableview uisearchdisplaycontroller