Top "Uisearchdisplaycontroller" questions

UISearchDisplayController is part of Apple's UIKit framework.

How do I use the UISearchBar and UISearchDisplayController

I have an app which displays quite a lot of data in a UITableView. I already added the UISearchBar and …

ios objective-c uitableview uisearchbar uisearchdisplaycontroller
How to change background color of UISearchBar in iOS7

How to change background color of UISearchBar in iOS7? not gray, I want to change color like my uinavigationbar if …

objective-c ios7 uisearchbar background-color uisearchdisplaycontroller
How to filter NSFetchedResultsController (CoreData) with UISearchDisplayController/UISearchBar

I'm trying to implement search code in my CoreData-based iPhone app. I'm not sure how to proceed. The app already …

iphone search core-data uisearchbar uisearchdisplaycontroller
Prevent a UISearchDisplayController from hiding the navigation bar

Whenever a user begins editing a UISearchDisplayController's search bar, the search controller becomes active and hides the view's navigation bar …

iphone iphone-sdk-3.0 uinavigationcontroller uisearchdisplaycontroller
iOS 7 UISearchDisplayController search bar overlaps status bar while searching

I'm updating my app for iOS 7, and I'm in the process of adjusting all my views to account for the …

ios uisearchbar ios7 statusbar uisearchdisplaycontroller
searchDisplayController deprecated in iOS 8

How do you correct the following so no warnings appear? What am I missing? When correcting the searchResultsController to searchController …

ios uisearchdisplaycontroller
Displaying search bar in navigation bar in iOS 8

UISearchDisplayController had a boolean property called displaysSearchBarInNavigationBar. What's the equivalent in iOS 8 to have my search bar move up there? …

ios8 uisearchbar uisearchdisplaycontroller
Creating a UISearchDisplayController programmatically

I'm trying to create a UISearchDisplayController programmatically. I have a method which should set up my search controller, but when …

ios uisearchdisplaycontroller
Hide UISearchBar Cancel Button

I have a UISearchDisplayController and UISearchBar hooked up to my ViewController via Outlets from my nib. I'd like to hide …

objective-c ios cocoa-touch uisearchbar uisearchdisplaycontroller
How to use NSFetchedResultsController and UISearchDisplayController

I've been creating an iPhone App using Core Data. First of all, does it make sense to use an NSFetchedResultsController …

iphone core-data nsfetchedresultscontroller uisearchdisplaycontroller