ios - Prevent UISearchController from hiding the navigation bar -
When a search bar of a UISearchController is activated, it hides the navigation bar of the view. I see active search at the bottom of the navigation bar Want bar
In iOS 7 there was a good way to do this for UISearchDisplayController :
But now with IIS 8, I can not understand that with UISearchController How to do.
This is probably something to hide with the UISearchController , in which the downgrade current presentation property.
Comments
Post a Comment