配列用のコードがここにあります。
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];
アレイをトランジション付きのシリンダータイプまたはキャレイヤーにすることは可能ですか?