Document Revision History

This table describes the changes to ViewTransitions.

DateNotes
2013-07-31

Upgraded for iOS 7.0, now shows how to use animateWithDuration API using a timing curve described by the motion of a spring.

2012-03-27

Upgraded to use UIView's "transitionFromView" API, now uses Storyboards and ARC.

2010-06-28

Added CFBundleIconFiles in Info.plist.

2010-06-22

Upgraded project to build with the iOS 4.0 SDK.

2009-05-21

Eliminated the TransitionView class. The code for creating and adding the transition is now in -performTransition in the ViewTransitionsAppDelegate.

2008-07-02

First public release.