Hi
I have started creating a simple product image carousel. It basically comprises of 3 visible UIImageViews' and 2 hidden UIImateViews'. The UIImageViews are populated with images from an array and animate to give the appearance of of a carousel.
My next objective is to determine which product the user taps and push a detail view onto the stack.
My question is how should I determine which product image was taped?
The complication comes in, in that the UIImageViews switch positions during the animation and are populated with different images as the users "Scrolls".