1、如何改成竖屏?
RootViewController.mm文件中
return UIInterfaceOrientationIsLandscape( interfaceOrientation );
改成
return UIInterfaceOrientationIsPortrait( interfaceOrientation );
时间: 2024-10-08 06:13:29
1、如何改成竖屏?
RootViewController.mm文件中
return UIInterfaceOrientationIsLandscape( interfaceOrientation );
改成
return UIInterfaceOrientationIsPortrait( interfaceOrientation );