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

Popular posts from this blog

java - ImportError: No module named py4j.java_gateway -

python - Receiving "KeyError" after decoding json result from url -

python - 'NoneType' object is not callable using 'find_all' in BeautifulSoup -