圆柱图像阵列?

时间:2012-04-18 01:46:20

标签: iphone ios

我的代码在这里得到了我的代码:

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?

1 个答案:

答案 0 :(得分:0)

我尝试过研究这个:iCarousel

此外,它还有一个图层转换示例:CA360

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