标签:blog http io os sp 文件 on 2014 log
1、如何改成竖屏?
RootViewController.mm文件中
return UIInterfaceOrientationIsLandscape( interfaceOrientation );
改成
return UIInterfaceOrientationIsPortrait( interfaceOrientation );
标签:blog http io os sp 文件 on 2014 log
原文地址:http://www.cnblogs.com/linji/p/4048550.html