ios - 双击主页后显示错误方向的后台应用屏幕截图
<p><p>我的应用仅是横向应用,在发送到后台之前一切正常。</p>
<p>当我的应用程序在后台时,我双击主页以调出任务切换器,我的应用程序屏幕截图显示为纵向。屏幕截图被拍摄为横向,但倾斜显示为纵向。</p>
<p>注意,我正在将我的应用程序从以前的版本升级到 Xcode 6、iOS 7/8。我的应用不做任何后台处理。</p>
<p>任何帮助将不胜感激。我假设我错过了一个设置或在某个地方打电话,因为我没有运气搜索这个问题。如果您发现这是重复的,请指出相应的文章。</p></p>
<br><hr><h1><strong>Best Answer-推荐答案</ strong></h1><br>
<p><p>如果您的应用是以横向启动,您可以尝试以纵向启动它并查看是否发生。</p>
<p>作为 <a href="https://developer.apple.com/library/ios/documentation/UIKit/Reference/UIViewController_Class/index.html" rel="noreferrer noopener nofollow">UIViewController Class Reference</a>国家:</p>
<blockquote>
<p>At launch time, apps should always set up their interface in a
portrait orientation. After the
application:didFinishLaunchingWithOptions: method returns, the app
uses the view controller rotation mechanism described above to rotate
the views to the appropriate orientation prior to showing the window.</p>
</blockquote>
<p>让我知道你尝试这个会得到什么结果。</p></p>
<p style="font-size: 20px;">关于ios - 双击主页后显示错误方向的后台应用屏幕截图,我们在Stack Overflow上找到一个类似的问题:
<a href="https://stackoverflow.com/questions/27461125/" rel="noreferrer noopener nofollow" style="color: red;">
https://stackoverflow.com/questions/27461125/
</a>
</p>
页:
[1]