iphone - 如何让xCode项目中的启动画面持续时间更长?

标签 iphone xcode ipad

Possible Duplicate:
Displaying splash screen for longer than default seconds

我正在从开源 xcode 项目开发一个简单的游戏。

我是xcode的初学者,什么都不懂。

启动画面在游戏加载时持续,但游戏非常简单,启动画面在屏幕上停留大约半秒。

我不希望这样,我希望它停留大约 5 秒。

谢谢。

最佳答案

您不应该延迟启动屏幕,因为它不是启动屏幕。它是应用程序加载时的占位符。

如果您阅读 Apple HIG您会看到不允许延迟。

If you think that following these guidelines will result in a plain, boring launch image, you’re right. Remember, the launch image is not meant to provide an opportunity for artistic expression; it is solely intended to enhance the user’s perception of your app as quick to launch and immediately ready for use.

关于iphone - 如何让xCode项目中的启动画面持续时间更长?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/12070219/

相关文章:

iphone - 解析 JSON 。我有服务器响应

objective-c - xcode objective-c 在 NSObject 上缺少 @end

ios - 坚持使用 Swift 1 并为 IOS7 及更高版本制作应用程序

ios - 如何解决位置:fixed for a button at the bottom of the screen in iOS (ipad/iphone)?的问题

iphone - 键/值更新字符串值

iphone - 我如何在带有搜索结果 Controller 的 Storyboard 中使用原型(prototype)单元

python - pip install salt 返回 'clang: error: unknown argument: ' -mno-fused-madd' [-Wunused-command-line-argument-hard-error-in-future]

iOS 8 iPad AVCaptureMovieFileOutput 在录制 13 - 14 秒后丢失/丢失/从未获得音轨

iPhone 5 - 新图像必须遵循什么命名约定?

iphone - Cocoa touch - 内存管理