ios 7UI适配方法

#if __IPHONE_OS_VERSION_MAX_ALLOWED >= 70000
if ( IOS7_OR_LATER )
{
self.edgesForExtendedLayout = UIRectEdgeNone;
self.extendedLayoutIncludesOpaqueBars = NO;
self.modalPresentationCapturesStatusBarAppearance = NO;
}
#endif // #if __IPHONE_OS_VERSION_MAX_ALLOWED >= 70000

转载:http://forum.bee-framework.com/index.php

posted on 2013-09-09 11:11  songbai  阅读(507)  评论(0编辑  收藏  举报