用storyboard 出现半拉子屏的情况
app为universal,ipad版只支持横屏,应用启动时错误的执行了
[[UIApplication sharedApplication] setStatusBarOrientation:UIInterfaceOrientationPortrait];
在ios8就会出现半拉子屏的情况
app为universal,ipad版只支持横屏,应用启动时错误的执行了
[[UIApplication sharedApplication] setStatusBarOrientation:UIInterfaceOrientationPortrait];
在ios8就会出现半拉子屏的情况