From 09b125113b33258b13115b047342045c34ee5832 Mon Sep 17 00:00:00 2001 From: John Lluch Zorrilla Date: Sun, 9 Mar 2014 12:13:26 +0100 Subject: [PATCH] Update README.md --- README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index b47bffd..7b335e9 100644 --- a/README.md +++ b/README.md @@ -14,11 +14,10 @@ A UIViewController subclass for revealing a rear (left and/or right) view contro * Added the following new delegate methods ``` - - (void)revealController:(SWRevealViewController *)revealController willAddViewController:(UIViewController *)viewController forOperation:(SWRevealControllerOperation)operation animated:(BOOL)animated; + - (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)revealController:(SWRevealViewController *)revealController - animationControllerForOperation:(SWRevealControllerOperation)operation fromViewController:(UIViewController *)fromVC toViewController:(UIViewController *)toVC; -```` + - (id)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: