2012-04-18 171 views
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的过渡?

回答

0

我曾尝试研究这个:iCarousel

,这也,它有一个过渡层例如:CA360

希望这可以帮助任何人。