ipad 上不显示加载图像/启动画面

发布于 2024-11-25 05:58:33 字数 95 浏览 1 评论 0原文

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

I have a 1024x768 default load image for the iPad that displays in Xcode, but doesn't display on the iPad. There is a warning icon in Xcode4, but there is no explanation provided. What is wrong?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

情深如许 2024-12-02 05:58:33

不要相信 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 - 默认纵向启动。强烈建议不要使用它,请多使用
    而是具体的启动图像。

Don't trust Xcode 4 to name your files correctly. Here's how you should be naming the default images on iPad:

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

  • Default-PortraitUpsideDown.png - upside-down portrait version.
  • Default-LandscapeLeft.png - left-oriented landscape version.
  • Default-LandscapeRight.png - right-oriented landscape version.
  • Default-Portrait.png - generic portrait version.
  • Default-Landscape.png - generic landscape version
  • Default.png - default portrait launch. Its usage is strongly discouraged, use more
    specific launch images instead.
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文