searchbar隐藏navigationbar问题解决
2017-09-16 本文已影响0人
H_A_N
UISearchController替代UISearchDisplayController
加上这个self.searchController.hidesNavigationBarDuringPresentation = NO;就不会自动隐藏导航了
UISearchController替代UISearchDisplayController
加上这个self.searchController.hidesNavigationBarDuringPresentation = NO;就不会自动隐藏导航了