I have a UISearchBar in a UITableView as a table title. When I click UISearchBar to start the search, this method starts
- (BOOL)searchBarShouldBeginEditing:(UISearchBar *)searchBar
for UISearchDisplayController .
But the result is this:

As you can see, there is no cursor, I can start typing and searching, everything works fine. It is also invisible only in iOS 7. However, with iOS 6.1 and iOS 7.1 Beta 3, I could see the cursor. So, how can I make the UISearchBar cursor visible or how can I add a cursor to my UISearchBar?
ios7 uisearchbar uisearchdisplaycontroller
Kemal Can Kaynak Jan 30 '14 at 10:27 2014-01-30 10:27
source share