摘要: Setthe UIViewControllerBasedStatusBarAppearancetoNOin theInfo.plist.InViewDidLoadmethod or anywhere, where do you want to change status bar style:[[UIApplication sharedApplication] setStatusBarStyle:UIStatusBarStyleLightContent]; 阅读全文
posted @ 2013-10-09 11:30 菜鸟程序猿 阅读(221) 评论(0) 推荐(0) 编辑