Can anyone point me in the right direction on how to implement a image gallery like the one that the App Store uses for screen shots of apps? I am trying to get images in a horizontal gallery so that the user can flick through them. The app store nicely snaps to each image.
Share
Look at the UIScrollView API here. There is a property ‘pagingEnabled’ that should help you out.