APP中首页是横屏,设置界面是竖屏。但是如果手机转屏功能不锁定,进入设置界面APP会横屏。求如何让APP在设置界面强制竖屏?
学习是最好的投资!
Take a screenshot Four options for the second picture , only check the first
Hope to adopt!
Add this method to the settings controller
(UIInterfaceOrientation)preferredInterfaceOrientationForPresentation{ return UIInterfaceOrientationPortrait;}
Take a screenshot
Four options for the second picture , only check the first
Hope to adopt!
Add this method to the settings controller
(UIInterfaceOrientation)preferredInterfaceOrientationForPresentation
{
return UIInterfaceOrientationPortrait;
}