ios - UISplitViewController shouldAutorotateToInterfaceOrientation
<p><p>我正在使用 UISplitViewController,当我启动模拟器时,我收到以下错误:</p>
<p>“ ViewController 从 -shouldAutorotateToInterfaceOrientation 中返回 NO:对于所有界面方向。它应该至少支持一个方向。”</p>
<p>关于我为什么会得到这个的任何想法? (我没有继承 splitviewController )。</p></p>
<br><hr><h1><strong>Best Answer-推荐答案</ strong></h1><br>
<p><p> Split View Controller 内部的所有 ViewController 都必须覆盖该方法。似乎在所有情况下,您的覆盖中至少有一个返回 NO。要使其旋转到所有方向,请在所有覆盖中返回 YES。</p></p>
<p style="font-size: 20px;">关于ios - UISplitViewController shouldAutorotateToInterfaceOrientation,我们在Stack Overflow上找到一个类似的问题:
<a href="https://stackoverflow.com/questions/3961910/" rel="noreferrer noopener nofollow" style="color: red;">
https://stackoverflow.com/questions/3961910/
</a>
</p>
页:
[1]