Top "Uisearchcontroller" questions

The UISearchController class defines an interface that manages the presentation of a search bar.

When assigning focus via becomeFirstResponder to UISearchController's UISearchBar, the keyboard does not appear

I've spent quite a bit of time searching online and talking to other developers about this issue to no avail. …

ios objective-c keyboard uisearchbar uisearchcontroller
Cancel button is not shown in UISearchBar

I have UICollectionView. On clicking search button in UINavigationBar, I am adding the UISearchController's searchbar as titleview for UINavigationItem. For …

ios objective-c uisearchbar uisearchcontroller
UISearchController disable cancel UIBarButtonItem

The Problem I am trying to use UISearchController to search for a destination on a map view. I want the …

ios objective-c uikit uisearchbar uisearchcontroller
Hiding Cancel button on search bar in UISearchController

I'm trying to hide the Cancel button of the search bar in the UISearchController, but unfortunately setting the following in …

ios swift ios9 uisearchcontroller
Custom UISearchBar with UISearchController

The documentation for UISearchController says that you can override - searchBar to provide a custom subclass of UISearchBar for the …

ios ios8 uisearchbar uisearchcontroller
Show keyboard automatically when UISearchController is loaded

I created a UISearchController in a table view controller. I segue to this table view controller using a push segue …

ios swift uisearchcontroller
Background color for UISearchController in UITableView

I have a SearchController's search bar inserted programatically into a UITableView's tableHeaderView. When I pull up to view the search …

ios swift uitableview uisearchcontroller
UISearchController searchBar don't disappear when push viewcontroller

I'm using a UISearchController inside ma UIViewcontroller that contains a UITableView, I do this in viewDidLoad: self.searchController = [[UISearchController alloc] …

ios objective-c uitableview uisearchbar uisearchcontroller
UISearchController change 'Cancel' button title

How we can change the title of cancel button in search controller?

ios uitableview uisearchcontroller
Fixed UISearchBar using UISearchController - Not using header view of UITableView

Is it possible to put UISearchBar of UISearchController somewhere other than header view of UITableView? In the apple's sample code …

ios uisearchbar uisearchcontroller