简体   繁体   English

搜索激活后,IOS7状态栏变为黑色

[英]IOS7 Status bar change to black after search is active

I'm using UISearchBar as header of UITableView. 我正在使用UISearchBar作为UITableView的标头。 UISearchBar style is UISearchBarStyleMinimal. UISearchBar样式是UISearchBarStyleMinimal。 And when search is active, status bar change to black. 当搜索处于活动状态时,状态栏会变为黑色。 How to fix that? 如何解决?

Before search is active 在搜索激活之前

在搜索激活之前

Search is active 搜索已激活

搜索已激活

你只需要这样做:

self.navigationController.view.backgroundColor = [UIColor lightGrayColor];

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM