I\'ve added a UISearchController to my application and set it\'s searchBar to the titleView of my navigationItem.
titleView
navigationItem
This works but I am seeing t
What about setting it with [searchBar setShowsCancelButton:NO animated:NO];
[searchBar setShowsCancelButton:NO animated:NO];
https://developer.apple.com/library/ios/documentation/UIKit/Reference/UISearchBar_Class/#//apple_ref/occ/instm/UISearchBar/setShowsCancelButton:animated: