加载图像/启动画面不会出现在ipad上

时间:2011-07-18 13:43:26

标签: ipad xcode4 screen splash

我有一个1024x768的默认加载图像,用于在Xcode中显示的iPad,但不会在iPad上显示。 Xcode4中有一个警告图标,但没有提供解释。有什么问题?

1 个答案:

答案 0 :(得分:3)

不要相信Xcode 4正确命名您的文件。以下是您应该如何在iPad上命名默认图像:

http://developer.apple.com/library/ios/#qa/qa1588/_index.html

  • Default-PortraitUpsideDown.png - 颠倒的肖像版本。
  • Default-LandscapeLeft.png - 面向左侧的横向版本。
  • Default-LandscapeRight.png - 面向右侧的横向版本。
  • Default-Portrait.png - 通用肖像版。
  • Default-Landscape.png - 通用横向版本
  • Default.png - 默认纵向启动。强烈建议不要使用它,使用更多 而不是特定的发布图像。