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 09e104e commit 6cf4511
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,12 @@ A UIViewController subclass for revealing a rear (left and/or right) view contro
* You can create custom viewController transition animations by implementing the UIViewControllerAnimatedTransitioning protocol.

* Added the following new delegate methods
```
- (void)revealController:(SWRevealViewController *)revealController willAddViewController:(UIViewController *)viewController forOperation:(SWRevealControllerOperation)operation animated:(BOOL)animated;
- (void)revealController:(SWRevealViewController *)revealController didAddViewController:(UIViewController *)viewController forOperation:(SWRevealControllerOperation)operation animated:(BOOL)animated;
- (id<UIViewControllerAnimatedTransitioning>)revealController:(SWRevealViewController *)revealController
- (id<UIViewControllerAnimatedTransitioning>)revealController:(SWRevealViewController *)revealController
animationControllerForOperation:(SWRevealControllerOperation)operation fromViewController:(UIViewController *)fromVC toViewController:(UIViewController *)toVC;
````
* The examples have been updated to demonstrate the new features.
All animated calls to of setFrontViewController:animated: have been replaced by pushFrontViewController:animated:
Expand Down

0 comments on commit 6cf4511

Please sign in to comment.