横向模式下的闪屏

Posted

技术标签:

【中文标题】横向模式下的闪屏【英文标题】:splash screen in landscape mode 【发布时间】:2011-08-12 13:18:16 【问题描述】:

我正在开发一个仅在风景模式下的应用程序。在我的应用程序中,我使用的是初始屏幕图像 (480 X 320)。当我运行 Xcode 时,Splash 图像仅以纵向模式显示,但视图仅在 LandScape 模式下。

任何人都可以建议如何在 LandScape 模式下实现 splah Screen。 提前致谢。

【问题讨论】:

【参考方案1】:

请编辑您的 Info.plist 文件以添加具有适当值(UIInterfaceOrientationLandscapeRight 或 UIInterfaceOrientationLandscapeLeft)的 UIInterfaceOrientation 键,如 ListABC 所示。这会提示系统在启动时适当地设置状态栏的方向。

ListABC:以横向模式启动应用程序

UIInterfaceOrientation UIInterfaceOrientationLandscapeRight

这个链接会帮助你

http://groups.google.com/group/iphonesdkdevelopment/browse_thread/thread/ef734379136f09e9?pli=1

【讨论】:

以上是关于横向模式下的闪屏的主要内容,如果未能解决你的问题,请参考以下文章

横向模式下的presentViewController宽度

横向模式下的 iPhone MPMoviePlayer

横向模式下的 TabBar 问题

横向模式下的启动屏幕

横向模式下的 UINavigationController 后退按钮问题?

横向模式下的 UIScrollView 帧大小问题