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?

4

1 回答 1

0

我试过研究这个:iCarousel

这也有一个图层转换示例:CA360

希望这对任何人都有帮助。

于 2012-04-18T02:20:56.077 回答