I have an app that allows the user to take photos using front facing camera and store them in the app. I would like to offer the user an ability to view all photos in order they were taken one after another.
I know that this should be fairly easy to implement, but from my past experience, there may be hidden orientation issues, etc. I would like to know if there are some open source libraries, or apple-provided classes that I can use to display a slideshow of photos to the user?
Thank you for your input!
Although I usually use the following
Here is what I think you might like that I have shamefully copied from here Stack Overflow
You can use the
Three20 photo viewer. You can look atthistutorial for help on using it.There is also a
WWDC videofrom last year which gives you an idea on how this can be implemented.There are
other toolsthat you can look into.Cocoa Controlshas a fairly exhaustive list of tools that you can use for your projects.