菜鸟教程小白 发表于 2022-12-13 11:53:33

ios - 如何在自定义 iOS 应用扩展中关闭横向?


                                            <p><p>我有一个自定义的 iOS 应用扩展,当设备旋转时我无法关闭横向。</p>

<p>我需要应用扩展程序保持纵向模式。</p>

<p>应用扩展忽略 -preferredInterfaceOrientationForPresentation 并且显然没有从我的基础应用继承。</p></p>
                                    <br><hr><h1><strong>Best Answer-推荐答案</ strong></h1><br>
                                            <p><p>为什么不通过app plist设置呢?</p>

<p>如果你喜欢扩展,请同时设置<code>shouldAutorotate</code>返回NO。</p></p>
                                   
                                                <p style="font-size: 20px;">关于ios - 如何在自定义 iOS 应用扩展中关闭横向?,我们在Stack Overflow上找到一个类似的问题:
                                                        <a href="https://stackoverflow.com/questions/33883620/" rel="noreferrer noopener nofollow" style="color: red;">
                                                                https://stackoverflow.com/questions/33883620/
                                                        </a>
                                                </p>
                                       
页: [1]
查看完整版本: ios - 如何在自定义 iOS 应用扩展中关闭横向?