I would like to take a stack of images (or perhaps an array of URLs for downloading images) and display them in full screen one at a time, using custom scrolls to smoothly animate the next image on the stack using the iPhone SDK. Apple Photo.app seems to be doing this. In addition, if the image has not yet been received, I would like to display a progress indicator.
Can you give me some sample code and explain how this method will be implemented?
objective-c iphone
Kevin elliott
source share