0
我有我的代碼在這裏爲我的數組:將圖像排列成圓柱體?
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的過渡?