如何使用custom bundle中的image
2015-08-31 本文已影响86人
代码干货
myImageView.image = [UIImage imageNamed:@"MyBundle.bundle/images/picture1.png"];
参考链接:
iOS: How to use images in custom bundle in Interface Builder?
myImageView.image = [UIImage imageNamed:@"MyBundle.bundle/images/picture1.png"];
参考链接:
iOS: How to use images in custom bundle in Interface Builder?