paste multiple images on the surface of a cylinder in ios and scroll it

447 Views Asked by At

I need a scroll view where multiple images are arranged in a cylindrical manner and on scrolling, the images should revolve like images on a glass cup. The cup should be slightly tilted so that the image at the back can also be seen. I tried using iCarousel for this, but the image does not curl and the tilt doesn't work. Since my images are larger it must be significant.

As I was searching, I came across image warping using OpenGL. Can it be used to create the desired effect?

1

There are 1 best solutions below

0
On

I have achieved the desired effect by using iCarousel cylindrical layout. I stripped those images into multiple image strips and I have added it to the carousel view and managed the spacing to get the completeness of the cylinder. It works like a gem.