【发布时间】:2016-10-05 12:05:05
【问题描述】:
我有一个 xcode 项目,其中多个目标也有多个图像资产。
应用程序中的所有 UIImageView 都可以正常工作,并从指定的目标资产中获取相应的图像
但在 LaunchScreen.xib 中,我添加了一个 UIImage 作为我的背景图像,我从图像资产中分配了一个图像
|
|-Client1-ImageAssets (target 1)
| |-SplashScreen.jpg
|-Client2-ImageAssets (target 2)
| |-SplashScreen.jpg
|-Models (Multiple targets)
|-View (Multiple targets)
|-Main.Storyboard (Multiple targets)
|-LaunchScreen.xib (Multiple targets)
以上只是概述。
在 LaunchScreen.xib 我有一个 UIImageView 链接到 SplashScreen.jpg
请帮忙
【问题讨论】:
标签: ios iphone xcode uiimageview ios9