Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我使用 UISearchBar 作为 UITableView 的标题。UISearchBar 样式为 UISearchBarStyleMinimal。当搜索处于活动状态时,状态栏变为黑色。如何解决?
在搜索处于活动状态之前
搜索处于活动状态
你只需要这样做:
self.navigationController.view.backgroundColor = [UIColor lightGrayColor];