Top "Uisearchcontroller" questions

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

UISearchController: show results even when search bar is empty

As I understand, the default behaviour of UISearchController is: On tapping search bar, background is dimmed and 'cancel' button is …

ios iphone ios8 uisearchcontroller
Display UISearchController's searchbar programmatically

Note 1: This question pertains to adding a UISearchController's search bar outside of the table view it updates - NOT as …

ios swift uisearchbar uisearchcontroller programmatically-created
How do I use UISearchController in iOS 8 where the UISearchBar is in my navigation bar and has scope buttons?

I'm trying to use the new UISearchController from iOS 8, and embed its UISearchBar in my UINavigationBar. That's easily done as …

ios uinavigationcontroller ios8 uisearchbar uisearchcontroller
Make UISearchController search bar automatically active

I've implemented a UISearchController with its search bar in a navigatiom bar and I would like to make the search …

ios objective-c uisearchbar uisearchcontroller
iOS8 Cannot hide cancel button on search bar in UISearchController

My goal is to prevent the cancel button from appearing in a search bar in a UISearchController. I started with …

ios swift ios8 uisearchbar uisearchcontroller
UISearchController in a UIViewController

I'm looking to create similar functionality to Apple's maps application in Swift. Is there anyway to integrate a UISearchController in …

uitableview swift uisearchcontroller
UISearchController searchBar in tableHeaderView animating out of the screen

I have a UISearchController with a UITableViewController as a searchResultsController, the UISearchBar of this searchController is set to be in …

ios objective-c uitableview uisearchbar uisearchcontroller
UISearchBar custom corners

I'm trying to create a search bar like this: But I'm noticing that I'm probably going to have to replace …

ios swift uitextfield uisearchbar uisearchcontroller
Cancel Button in UISearchController

In my project I'm using a UITableViewController with an internal UISearchController to filter the data in my tableView. I have …

uitableview cancel-button uisearchcontroller
UISearchController in navigationBar

I'm trying to use the new UISearchController in my tableViewController. However I'm a bit confused on how it can move …

ios swift uisearchcontroller