I\'m using UISearchBar as header of UITableView. UISearchBar style is UISearchBarStyleMinimal. And when search is active, status bar change to black. How to fix that?
you just need to do this:
self.navigationController.view.backgroundColor = [UIColor lightGrayColor];