我有一个自定义的 iOS 应用扩展,当设备旋转时我无法关闭横向。
我需要应用扩展程序保持纵向模式。
应用扩展忽略 -preferredInterfaceOrientationForPresentation 并且显然没有从我的基础应用继承。
Best Answer-推荐答案 strong>
为什么不通过app plist设置呢?
如果你喜欢扩展,请同时设置shouldAutorotate 返回NO。
关于ios - 如何在自定义 iOS 应用扩展中关闭横向?,我们在Stack Overflow上找到一个类似的问题:
https://stackoverflow.com/questions/33883620/
|