change UIStatusBarStyleLightContent to whatever you prefer
@interface UINavigationController(CustomBarStyle)
@end
@implementation UINavigationController(CustomBarStyle)
- (UIStatusBarStyle)preferredStatusBarStyle
{
return UIStatusBarStyleLightContent;
// return self.topViewController.preferredStatusBarStyle;
}
@end
반응형
'iPhone' 카테고리의 다른 글
playing NSSound asynchronously (0) | 2014.01.27 |
---|---|
ios version check (0) | 2014.01.03 |
아이폰 가격에 대하여 (0) | 2013.10.27 |
find view (0) | 2013.09.24 |
presentviewcontroller ModalViewController on NavigationViewController error (0) | 2013.06.12 |