2012-04-18 106 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

希望這可以幫助任何人。