我在这里为我的数组准备了代码:
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?