I have a UIScrollView which displays a series of images (paging enabled). I would like to provide a way to preview the next and the last visible image in the scrollview.
For example, if I have three images (A, B, and C) and image B is currently visible, then, on the right of image B I would like to see image C through some sort of semi-transparent view and to the left of image B I would like to see image A through another semi-transparent view. When the current image animates into/out of view, then the images in the semi-transparent views also animate.
Any ideas?
Thanks.