Does iOS have any control to shows photos like the Photos application?
I'd like a control to manage albums, photos, show an album list, and show photos, like the built-in Photos, or the Facebook app.
Does iOS have any control to shows photos like the Photos application?
I'd like a control to manage albums, photos, show an album list, and show photos, like the built-in Photos, or the Facebook app.
You can download the latest sample code PhotoScroller which contains the similar implementation of photos app. Here swipe & individual photo zoom has been implemented for both orientations using UIScrollViews and CATiledLayer.
It doesn't contain thumbnail view code however it's relatively easy to create using a simple UIScrollView coding. And as per the comment of Jesse Naugher, you can also use Three20 static library written by Joe Hewitt.
Scrolling Madness is relatively easy to use from both of the above mentioned.