启动画面 iPhone

发布于 2024-11-25 03:59:35 字数 340 浏览 1 评论 0原文

我正在使用 Xcode 3.2.5 和模拟器-4.2,我正在纵向和横向模式下开发通用应用程序,因为我已将 plist 中的启动图像设置为 UILaunchImageFile~iphone 和 UILaunchImageFile~ipad,但我的问题是我的启动屏幕没有旋转为因为我没有使用 xcode 4 所以我可以在 plist 中设置图像 Default-Portrait.png * (768w x 1004h) 和 Default-PortraitUpsideDown.png (768w x 1004h) Default-Landscape.png ** (1024w x 748h)

那么任何人都可以知道如何更改我的启动屏幕方向以及在哪里?

I am using Xcode 3.2.5 and simulator-4.2 and i am developing universal application in portrait and landscape mode for that i have set launch image in plist as UILaunchImageFile~iphone and UILaunchImageFile~ipad but my question is my splash screen is not rotated as well as i am not using xcode 4 so i can set images in plist like
Default-Portrait.png * (768w x 1004h) and Default-PortraitUpsideDown.png (768w x 1004h)
Default-Landscape.png ** (1024w x 748h)

so can anyone have idea that how can change my splash screen orienattation and where?

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

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

发布评论

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

评论(1

娇纵 2024-12-02 03:59:35

在您的 Info.plist 中尝试此操作:

UILaunchImageFile=Default.png
UILaunchImageFile~iPad=Default.png

然后,为您的图像命名,

对于 iPad:
"默认-横向~ipad.png",
"默认肖像~ipad.png",
“默认-PortraitUpsideDown~ipad.png”

适用于 iPhone/iPod Touch
"默认-风景.png",
"默认肖像.png",
“默认-PortraitUpsideDown.png”

Try this in your Info.plist:

UILaunchImageFile=Default.png
UILaunchImageFile~iPad=Default.png

Then, name your images,

For iPad:
"Default-Landscape~ipad.png",
"Default-Portrait~ipad.png",
"Default-PortraitUpsideDown~ipad.png"

For iPhone/iPod Touch
"Default-Landscape.png",
"Default-Portrait.png",
"Default-PortraitUpsideDown.png"

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