Question

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.

Was it helpful?

Solution

Look at the UIScrollView API here. There is a property 'pagingEnabled' that should help you out.

OTHER TIPS

If you want an "App Store screenshot"-like experience, check out this post by Alexander Repty. I've been looking at doing something similar, and UIScrollView's pagingEnabled functionality definitely won't get you there by itself.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top