I have UISearchBar in UITableView as a table header. When I push the UISearchBar for start searching, this method is being triggered>
UISearchBar
UITableView
Try this it's only one line of code to solve your problem , Change cursor tintColor property white to blue.
searchBar.tintColor = [UIColor blueColor];
Hope this will help to someone .