如何在 iPhone sdk 中以景观模式启动启动屏幕
我正在开发一个仅处于横向模式的应用程序。
在我的应用程序中,我使用启动屏幕图像 (480 X 320)。当我运行 Xcode 时,启动图像仅以纵向模式显示,但视图仅以横向模式显示。
任何人都可以建议如何在横向模式下实现此启动屏幕吗?
I am developing an application which is in Landscape mode Only.
In my application I am using a splash Screen Image (480 X 320). When I am running Xcode the Splash image appears in Portrait mode only but the view is in Landscape mode only.
Can Anyone suggest how to implement this splash Screen in Landscape mode?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
以横向模式启动并将您的 Default.png 设为横向。
来自文档:
如何在横向模式下启动我的应用程序?
清单 1:以横向模式启动应用程序
请查看此了解更多信息。
Launch in landscape mode and make your Default.png be landscape.
From the docs:
How do I start my application in landscape mode?
Listing 1: Starting your application in landscape mode
Check this for more.