View controller-based status bar appearance : NO
Status bar style : Opaque black style
if ([[[UIDevice currentDevice] systemVersion] floatValue] > = 7) {
self.window.frame = CGRectMake(0,20,self.window.frame.size.width,self.window.frame.size.height-20);
}
祝您愉快開心 ^_^