Top "Uisearchbar" questions

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

Get search bar in navigation bar in Swift

So I've tried everything trying to get a search bar into the navigation bar in Swift. But sadly I haven't …

ios xcode swift uinavigationbar uisearchbar
How to change inside background color of UISearchBar component on iOS

I know how to remove/change UISearchBar background color around search field: [[self.searchBar.subviews objectAtIndex:0] removeFromSuperview]; self.searchBar.backgroundColor = […

ios objective-c customization uisearchbar background-color
UISearchBar in navigationbar

How can I show a UISearchBar in the NavigationBar? I can't figure out how to do this. Your help is …

ios uinavigationbar uisearchbar
How do I use the UISearchBar and UISearchDisplayController

I have an app which displays quite a lot of data in a UITableView. I already added the UISearchBar and …

ios objective-c uitableview uisearchbar uisearchdisplaycontroller
Adding UISearchBar programmatically to UITableView

I am attempting to add a UISearchBar (with its corresponding search logic) but there is a problem: I am using …

iphone uitableview interface uisearchbar
How to change background color of UISearchBar in iOS7

How to change background color of UISearchBar in iOS7? not gray, I want to change color like my uinavigationbar if …

objective-c ios7 uisearchbar background-color uisearchdisplaycontroller
UISearchBar: clear background color or set background image

How can set the background image, or clear the background, of a search bar, like the note application?

ios uisearchbar
How can I change the UISearchBar search text color?

How can I change the text color of a UISearchBar?

ios swift uisearchbar
How to customize appearance of UISearchBar

I want to customize the search bar, I mean the white box. Can I do it? Is there some documentation …

iphone uisearchbar
How to exit from the search on clicking on Cancel button?

I have a search bar with cancel button. But when I click on Cancel button it doesn't close the search …

ios swift uisearchbar