当UISearchController的搜索栏变为活动状态时,它会隐藏视图的导航栏.我想让搜索栏在导航栏下方活动.
在iOS 7中,有一个很好的方式来做这个UISearchDisplayController这里:https://stackoverflow.com/a/12529945/3799720
但现在在iOS 8与UISearchController我无法弄清楚如何做到这一点.
解决方法
这可能与UISearchController hidesNavigationBarDuringPresentation属性有关.