在 iPad 中设置纵向和横向模式的启动图像
我的资源文件夹中有两个图像 Default-Portrait.png
和 Default-Landscape.png
。我想将它们设置为我的应用程序在各自方向模式下的启动图像。但是当我运行该应用程序时,我看不到任何启动画面。
我可能缺少什么?
I have two images Default-Portrait.png
and Default-Landscape.png
in my resources folder. I want to set them as splash images for my application in the respective orientation modes. But when I run the application, I am not able to see any splash screen.
What I am possibly missing?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
只需再次检查您的图像即可。从资源中删除图像并重新添加。确保清理所有目标并从项目中删除构建文件夹,然后再次运行它即可工作。
Just check your images again. Remove images from resources and add it again. Make sure clean all target remove build folder from your project, and Run it again it will work.
如果您使用的是 XCode4(最好 :p ),只需将这些图像拖到项目页面上适当的图像井中即可。如果它们不适合,它会警告您。
If you're using XCode4 (and you'd better :p ), just drag these images to the appropriate image wells on your project's page. If they don't fit, it will warn you.