将图片文件夹的后缀改名为:xxx.bundle
VC获得bundle中的资源
1 | NSString * bundlePath = [[ NSBundle mainBundle] pathForResource: @ "MyBundle" ofType :@ "bundle"]; |
UIImageView获得bundle中的资源
1 | UIImageView *imgView=[[UIImageView alloc] initWithFrame:CGRectMake(50, 50, 50, 50)]; |
- 本文作者: Linking
- 本文链接: https://linking.fun/2017/06/01/iOS中bundle的使用的副本/
- 版权声明: 版权所有,转载请注明出处!