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
There are several ways to do it and I agree with Ben View Transitions is a great example. If you are looking for simple full screen transitions I would just consider starting a new utility application and look at toggleView method in the RootViewController.m
. Try switching out the UIViewAnimationTransitionFlipFromLeft
and UIViewAnimationTransitionFlipFromRight
to UIViewAnimationTransitionCurlUp
and UIViewAnimationTransitionCurlDown
for a really nice transition effect (this only works on the device).