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
You can subclass UISearchBar and override method layoutSubviews
layoutSubviews
super.layoutSubviews() self.showsCancelButton = false