启动iPad的屏幕自定义图像

时间:2015-07-14 09:16:35

标签: ios objective-c iphone ipad uiimageview

我需要在iPad的启动屏幕上显示不同的图像。 我们的设计师只提供了2张图片:

  • 一个用于iPhone肖像
  • 一个用于iPad风景

所以我无法使用启动图像和资产目录

而不是我尝试使用LaunchScreen.xib, 我试图像在https://developer.apple.com/library/ios/documentation/Cocoa/Conceptual/LoadingResources/Introduction/Introduction.html

中描述的那样命名它们

使用~ipad和~iphone后缀

但我没有设法弄明如何将它们放在资产目录中

enter image description here

enter image description here

如何为iPad和iPhone呈现不同的图像

2 个答案:

答案 0 :(得分:0)

enter image description here enter image description here

我发现可以通过右键单击xCode

中的详细资产视图来完成

答案 1 :(得分:0)

尝试在xcode中打开资产目录,然后选择LaunchImage。 接下来右键单击并选择New Launch Image。

之后你会有新的资产。 image here. 把图像放在那里。

下一步是删除旧的LaunchImage资产并重命名为新的。