I have implemented a pretty simple picture viewer that will allow the user to browse through a collection of images. They are loaded from the Internet, and displayed on the
The trick is you make two UIImageView instances. You swap them in between calls to UIView +beginAnimations and +commitAnimations.