From f789c52e33dffeaea13f455bb7c845537e5a0291 Mon Sep 17 00:00:00 2001 From: Aryan Ghassemi Date: Sun, 26 Jan 2014 20:17:37 -0800 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 8b3031a..f7e79bf 100644 --- a/README.md +++ b/README.md @@ -102,6 +102,7 @@ There are existing animation that can be used out of the box. These animation cl SlideNavigationContorllerAnimatorSlideAndFade *alideAndFadeAnimator = [[SlideNavigationContorllerAnimatorSlideAndFade alloc] initWithMaximumFadeAlpha:.8 fadeColor:[UIColor redColor] andSlideMovement:100]; [SlideNavigationController sharedInstance].menuRevealAnimator = alideAndFadeAnimator; ``` +Public Methods --------- ###### + (SlideNavigationController *)sharedInstance; Returns the singleton instance of SlideNavigationController