`use_frameworks!`和images - 如何在客户端项目的故事板中使用它们?

时间:2016-06-15 09:52:46

标签: ios cocoapods

当我的pod包含use_frameworks!指令时,我必须通过以下方式通过代码包含图像:

UIImage *image = [UIImage imageNamed:@"myImage" inBundle:[NSBundle bundleWithIdentifier:@"org.cocoapods.MyPod"] compatibleWithTraitCollection:nil];

这完美无瑕;但是如何在客户端项目中引用图像(而不是在pod中)?当我只在Interface Builder中输入图像名称时,图像不显示...

0 个答案:

没有答案