From f32cc4716f2e7e0bb33f1a6406d071b5c700f3a1 Mon Sep 17 00:00:00 2001 From: John Lluch Zorrilla Date: Sun, 9 Mar 2014 12:14:51 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7b335e9..eca43e5 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ A UIViewController subclass for revealing a rear (left and/or right) view contro ``` * The examples have been updated to demonstrate the new features. -All animated calls to of setFrontViewController:animated: have been replaced by pushFrontViewController:animated: +All animated calls to `setFrontViewController:animated:` have been replaced by calls to `pushFrontViewController:animated:` The RevealControllerProject example implements a custom Animation Controller performing a slide up transition on the rightViewController. The RevealControllerProject3 example uses the default Cross Dissolve animation to set the Front Controller.