I am hoping this is an easy question.
I have a search bar that shows a cancel button:
- (void)searchBarTextDidBeginEditing:(UISearchBar *)searchBar{
[searchBar setShowsCancelButton:YES animated:YES];
}
Probably You got clear tint color, it's the only reason I could imaging try to set
_searchBar.tintColor = [UIColor redColor];
How do You create UISearchBar?