Top "Uisearchcontroller" questions

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

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
Add filter button to UISearchController

I want to add a "filter" or "sort" button next to the searchBar inside a UISearchController. I have already tried …

ios swift uitableview uisearchbar uisearchcontroller
UISearchController only update on search button click

I have a UISearchController which is configured to search a very large array of data. As such, when I am …

ios swift uisearchcontroller
Show UISearchController's SearchResultsController on SearchBar Tap

I am using UISearchController not UISearchDisplayController, and I want to show SearchResultController on SearchBar Tap right away. Right now it's …

ios uisearchcontroller
How to change background color of the text field in the UISearchController?

How to change the default grey background at UISearchController search text field?

ios swift ios11 uisearchcontroller
Error "Application tried to present modal view controller on itself" while activating UISearchController on action

In my code this is how I setup UISearchController: searchResultController = storyboard!.instantiateViewControllerWithIdentifier(DBSearchResultControllerIdentifier) as! DBSearchResultController searchController = UISearchController(searchResultsController: searchResultController) searchController.…

ios swift xcode uisearchcontroller
Could not cast value of type 'NSNull' to 'NSString'

I am having a very weird problem which I am not able to figure it out of what is going …

ios swift uisearchcontroller uisearchresultscontroller
UISearchController changing status bar color on invocation

I have the following code in my app, specifically in viewDidLoad: that sets up my UISearchController. self.searchController = [[UISearchController alloc] …

ios uitableview uistatusbar uisearchcontroller uirefreshcontrol
UISearchBarController iOS 11 issue - SearchBar and scope buttons overlap

Referred here and here. No answer in first link. In the second link, though the answer is not accepted, but …

ios swift uisearchcontroller