ipad 上不显示加载图像/启动画面
我有一个适用于 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
不要相信 Xcode 4 能够正确命名您的文件。以下是在 iPad 上命名默认图像的方法:
http:// developer.apple.com/library/ios/#qa/qa1588/_index.html
而是具体的启动图像。
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
specific launch images instead.