Xcode iOS Photo Gallery Application

20,294

Solution 1

Nimbus is very good as well and more lightweight than three20. http://nimbuskit.info/

I think their sample projects have an example that does almost just that.

https://github.com/jverkoey/nimbus/tree/master/examples/photos/NetworkPhotoAlbums

Solution 2

Three20 is the most popular.

A valid alternative is PhotoViewer , and you can read more about how the code works here.

Here is another cool Photo Gallery, but is paid.

Share:
20,294

Related videos on Youtube

user1462238
Author by

user1462238

Updated on June 19, 2020

Comments

  • user1462238
    user1462238 almost 4 years

    I am relatively new to Xcode and am trying to create a simple application.

    I want to create a landing screen which looks very similar to that of the "Photos" app landing screen. It has all of the images laid out in thumbnails, when you click one, it grows to fullscreen. You can also scroll through the images, save to camera roll and so on.

    Can anyone offer me any help or advice?

  • lxt
    lxt almost 12 years
    If you're just experimenting it might be worth looking into the new things that come with iOS 6 that might make this easier. Which nobody can tell you about here because it's all under NDA, but if you go over to the Apple Developer Forums you can find out more.