我的代码在这里得到了我的代码:
for (int i = 0; i < imgCount; i++) {
// Load image from the bundle
NSString * fileName = [NSString stringWithFormat: @"Image-%d", i];
NSString * filePath = [[NSBundle mainBundle] pathForResource: fileName ofType: @"jpeg"];
UIImage * img = [UIImage imageWithContentsOfFile: filePath];
是否可以将我的数组转换为具有转换的柱面类型或calayer?