views:

33

answers:

1

Dear All,

I'm trying to create a UIScrollView (horizental) where the user can swipe through images left and right as seen in this photo (http://i.imgur.com/GvtOr.jpg), where tapping on a photo would trigger an event.

I just need general advice on how to structure this programmatically, would really appreciate it.

A: 

use

[Scroller setContentSize:CGSizeMake(Scroller.frame.size.width*4,Scroller.frame.size.height)];
Ashish Mathur