asedra_le
asedra_le

Reputation: 3067

Is there any control that can show photos like "Photos" in iOS?

Does iOS have any control to show 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.

Upvotes: 3

Views: 6683

Answers (2)

Pratik Somaiya
Pratik Somaiya

Reputation: 818

Try this Project on Github : SFAlbumApp

Upvotes: 1

Sagar
Sagar

Reputation: 3149

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.

Another library on GitHub - FGallery-iPhone

Upvotes: 8

Related Questions