摘要:
1.状态栏20px高度问题if ([[[UIDevice currentDevice] systemVersion] floatValue] >= 7) { [application setStatusBarStyle:UIStatusBarStyleLightContent]; self.window.clipsToBounds =YES; self.window.frame = CGRectMake(0,20,self.window.frame.size.width,self.window.frame.size.height-20); ... 阅读全文
posted @ 2013-10-30 17:20
geweb
阅读(268)
评论(0)
推荐(0)
浙公网安备 33010602011771号