当我的pod包含use_frameworks!
指令时,我必须通过以下方式通过代码包含图像:
UIImage *image = [UIImage imageNamed:@"myImage" inBundle:[NSBundle bundleWithIdentifier:@"org.cocoapods.MyPod"] compatibleWithTraitCollection:nil];
这完美无瑕;但是如何在客户端项目中引用图像(而不是在pod中)?当我只在Interface Builder中输入图像名称时,图像不显示...