Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
John Lluch Zorrilla committed Mar 9, 2014
1 parent 8ce7316 commit e7cfcb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ A number of changes have been made since version 2.0 that may break your existin

* Added support for animated replacement of child controllers. The methods `setRearViewController`, `setFrontViewController`, `setRightViewController` now all have animated versions. The default animation is a Cross Dissolve effect. You can set the duration of the view controller replacement animation with `replaceViewAnimationDuration`

* You can create custom viewController transition animations by providing a class implementing the `UIViewControllerAnimatedTransitioning` protocol.
* You can create custom viewController transition animations by providing an object implementing the `UIViewControllerAnimatedTransitioning` protocol.

* Added the following new delegate methods
```
Expand Down

0 comments on commit e7cfcb9

Please sign in to comment.