在 iPad 中设置纵向和横向模式的启动图像

发布于 2024-11-19 17:47:13 字数 162 浏览 1 评论 0原文

我的资源文件夹中有两个图像 Default-Portrait.pngDefault-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 技术交流群。

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

发布评论

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

评论(2

随梦而飞# 2024-11-26 17:47:13

只需再次检查您的图像即可。从资源中删除图像并重新添加。确保清理所有目标并从项目中删除构建文件夹,然后再次运行它即可工作。

iPad Launch Image Orientations Filename | Dimensions

Default-Portrait.png                    | 768w x 1004h

Default-PortraitUpsideDown.png          | 768w x 1004h

Default-Landscape.png                   | 1024w x 748h

Default-LandscapeLeft.png               | 1024w x 748h

Default-LandscapeRight.png              | 1024w x 748h

Default.png                             | Not recommended

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.

iPad Launch Image Orientations Filename | Dimensions

Default-Portrait.png                    | 768w x 1004h

Default-PortraitUpsideDown.png          | 768w x 1004h

Default-Landscape.png                   | 1024w x 748h

Default-LandscapeLeft.png               | 1024w x 748h

Default-LandscapeRight.png              | 1024w x 748h

Default.png                             | Not recommended
泪冰清 2024-11-26 17:47:13

如果您使用的是 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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文