Top "Uisearchdisplaycontroller" questions

UISearchDisplayController is part of Apple's UIKit framework.

Assertion failure when using UISearchDisplayController in UITableViewController

I've been trying to add simple Search functionality to a TableViewController in my app. I followed Ray Wenderlich's tutorial. I …

ios ios6 uitableview uisearchdisplaycontroller
iPhone SDK: Setting the size of UISearchDisplayController's table view

My app's table view does not occupy the full screen height, as I've allowed 50px at the bottom for a …

iphone uitableview uisearchdisplaycontroller
Howto implement UISearchDisplayController in a UIViewController without Interface Builder

I have a UIViewController which has a grouped UITableView as a property. I instantiate the UITableView in code and don't …

iphone cocoa-touch uiviewcontroller uisearchdisplaycontroller
Strange UISearchDisplayController view offset behavior in iOS 7 when embedded in navigation bar

I am building an iOS 7-only app. I am trying to set a UISearchDisplayController into the navigation bar. I have …

uitableview ios7 interface-builder uisearchdisplaycontroller
Focus on the UISearchBar but the keyboard not appear

I've read so many solution on how can i focus a searchbar to make keyboard appear when i open my …

uitableview uisearchbar uisearchdisplaycontroller becomefirstresponder
iOS 7 - UITableViewController with search is under status bar

I have a UITableViewController with an imbedded UISearchDisplayController. In iOS 7 the search box is under the status bar. Is there …

ios uitableview uisearchdisplaycontroller ios7
UITableView content overlaps Status Bar when UISearchBar is active

I have a UITableViewController with a UISearchBar and UISearchDisplayController. That exists inside a Container View in a UIViewController which is …

ios uitableview uisearchbar uisearchdisplaycontroller uicontainerview
search Display Controller is Deprecated in iOS8

I am getting the above warning message when trying to run my code. NSDictionary *tempDictionary = nil; if (self.tableView == self.…

ios objective-c uisearchdisplaycontroller
UISearchDisplayController not correctly displaying custom cells

So I have a tableView that has sections and rows, and it uses a custom cell class. The custom cell …

iphone ios objective-c uitableview uisearchdisplaycontroller
How to set text in UISearchBar without activating UISearchDisplayController

I'm using a UISearchDisplayController in my app. When the user selects an item in the search results returned I deactivate …

iphone ios uisearchdisplaycontroller