git - iOS 开发如何强制手机屏幕竖屏
PHPz
PHPz 2017-04-17 17:49:27
0
2
385

APP中首页是横屏,设置界面是竖屏。但是如果手机转屏功能不锁定,进入设置界面APP会横屏。求如何让APP在设置界面强制竖屏?

PHPz
PHPz

学习是最好的投资!

reply all(2)
阿神



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;
    }

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template