Top "Uisearchdisplaycontroller" questions

UISearchDisplayController is part of Apple's UIKit framework.

Adding buttons inside UISearchBar

I want to add a button (bar) inside a UISearchbar and another one just outside the UISearchbar as shown in …

ios uisearchbar uisearchdisplaycontroller
Customizing search bar in iPhone application Development

In my application I have to add a search bar at the head of the tableview. I am able to …

iphone ios uisearchbar uisearchdisplaycontroller uisearchbardelegate
Change the searchDisplayController table view style to grouped?

I have a searchDisplayController that searches a UITableView. After entering the search terms, I can see another UITableView that contains …

iphone uisearchbar uisearchdisplaycontroller uitableview
UISearchBar and/or UISearchDisplayController color

UPDATE: Thanks for all the answers. I would like to add that the search bar used is actually a UISearchBar …

ios objective-c uisearchbar uisearchdisplaycontroller
How to use UISearchDisplayController from a controller within an UITabBar controller?

I have an UITabBar controller managing several controllers (using SDK 3.0). One of these is a tableView controller and I need …

iphone uisearchbar uisearchdisplaycontroller
How To Replace SearchDisplayController (Deprecated in IOS 8) by UIsearchController method

I'm obviously still new to Xcode. So SeacrhDisplayController is deprecated in iOS 8 and i don't know how to implement UIsearchController …

uisearchbar uisearchdisplaycontroller uisearchcontroller
NSCompoundPredicate

I'm trying to filter a UITableView's data using a UISearchDisplayController and NSCompoundPredicate. I have a custom cell with 3 UILabels that …

objective-c uisearchbar uisearchdisplaycontroller nscompoundpredicate
UISearchDisplayController changing row height

I've set my UITableView row height to in Interface Builder to 54.0. I have a UISearchDisplayController on that view. When the …

iphone uitableview uisearchdisplaycontroller
UISearchBar automatically resizes and changes frame

I have an issue with a search bar that behaves in a strange way when it becomes a firstResponder and …

ios uisearchbar uisearchdisplaycontroller
Keeping UINavigationController's navigationBar hidden after UISearchDisplayController selection

I have a UISearchDisplayController setup with a UITableViewController which is nested inside a UINavigationController. When a selection of a cell …

iphone iphone-sdk-3.0 uisearchdisplaycontroller