菜鸟教程小白 发表于 2022-12-13 02:52:17

IOS- View 在横向应用程序中定义,但以纵向模式运行


                                            <p><p>我的 iOS 应用程序正在横向运行!我的 viewController xib 文件设置为横向我还通过我可以搁置的所有代码强制横向模式!我的观点仍然是纵向的!
在模拟器和设备上的结果相同!不同 Xcode 版本的结果相同</p>

<p>我已经关注了这个:<a href="https://developer.apple.com/library/ios/technotes/tn2244/_index.html" rel="noreferrer noopener nofollow">https://developer.apple.com/library/ios/technotes/tn2244/_index.html</a> </p>

<p>截图:<br/>
<a href="https://i.postimg.cc/pVVPygSW/Screen-Shot-2014-10-28-at-12-25-14-PM.png" rel="noreferrer noopener nofollow"><img src="https://i.postimg.cc/pVVPygSW/Screen-Shot-2014-10-28-at-12-25-14-PM.png" alt=""/></a> </p></p>
                                    <br><hr><h1><strong>Best Answer-推荐答案</ strong></h1><br>
                                            <p><p>在 <strong>appdelegate.m</strong> 文件的 <strong>didFinishLaunchingWithOptions</strong> 方法中,添加以下行:</p>

<pre><code>self.window.rootViewController = self.viewController;
</code></pre></p>
                                   
                                                <p style="font-size: 20px;">关于IOS- View 在横向应用程序中定义,但以纵向模式运行,我们在Stack Overflow上找到一个类似的问题:
                                                        <a href="https://stackoverflow.com/questions/26603332/" rel="noreferrer noopener nofollow" style="color: red;">
                                                                https://stackoverflow.com/questions/26603332/
                                                        </a>
                                                </p>
                                       
页: [1]
查看完整版本: IOS- View 在横向应用程序中定义,但以纵向模式运行