#define IOS7 [[[UIDevice currentDevice]systemVersion] floatValue] >= 7.0
if (IOS7)
{
self.edgesForExtendedLayout = UIRectEdgeNone; //视图控制器,四条边不指定
self.extendedLayoutIncludesOpaqueBars =NO; //不透明的操作栏<br> self.modalPresentationCapturesStatusBarAppearance = NO;
}