我有一个目录可以归结为:
/
- character0 -- attribute0 -- image.png
- character1 -- attribute0 -- image.png
我把它放在 XCode 中,以便定义两个字符。现在我想加载每个 image.png
CIImage * cheetah = [CIImage imageWithContentsOfURL:[[NSBundle mainBundle]
URLForResource:@"image" withExtension:@".png"]];
什么是猎豹?我怎样才能得到character0
?