Top "Uisearchbar" questions

A view class in iOS (Apple) that implements a text field control for text-based searches.

Light gray background in "bounce area" of a UITableView

Apple's iPhone apps such as Music and Contants use a search bar in a UITableView. When you scroll down so …

iphone uitableview uikit uisearchbar
iOS 11 SearchBar in NavigationBar

With iOS 11 Apple has redesigned the UISearchBar by making the corners rounder and the height bigger. Adding a UISearchBar to …

uinavigationbar uisearchbar ios11
iOS 11 customise search bar in navigation bar

I want to change the color of the text and icon in the iOS 11 searchbar when it is embedded in …

ios swift uinavigationbar uisearchbar
How to implement Search Bar like gmail app in android?

I am trying to implement the Search functionality in my android app similar to latest gmail app (search icon in …

android android-layout uisearchbar material-design android-search
UISearchBar cancel button color?

When I drop a UISearchBar into my view inside Interface Builder, and change its style to Black Opaque, the cancel …

ios cocoa-touch uisearchbar background-color uibarbuttonitem
How to trigger cancel button in UISearchBar?

How to trigger programmatically cancel button in UISearchBar, like if you have tapped cancel button? I have a UISearchBar in …

iphone ios uisearchbar
iOS 9 searchBar disappears from table header view when UISearchController is active

The structure: View1 (click a button) -> present modally (MyModalView: UITableViewController) MyModalView has UISearchController embedded. The searchBar of UISearchController …

ios swift uisearchbar ios9 uisearchcontroller
How to animate add UISearchBar on top of UINavigationBar

If I set the displaysSearchBarInNavigationBar = YES in viewDidLoad, the search bar will be in navigation bar when the view show …

ios uinavigationbar uisearchbar
How to change textColor of Cancel button of UISearchBar in iOS7?

I need to change the color of Cancel button text of UISearchBar in iOS7. Normally UISearchBar Cancel button textColor is …

ios7 uisearchbar textcolor
How to change the default text of Cancel Button which appears in the UISearchBar +iPhone

I am developing an Application where I wanted to change the text of Search String in the SearchBar. I wanted …

ios iphone uisearchbar