We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66f18ce commit f789c52Copy full SHA for f789c52
README.md
@@ -102,6 +102,7 @@ There are existing animation that can be used out of the box. These animation cl
102
SlideNavigationContorllerAnimatorSlideAndFade *alideAndFadeAnimator = [[SlideNavigationContorllerAnimatorSlideAndFade alloc] initWithMaximumFadeAlpha:.8 fadeColor:[UIColor redColor] andSlideMovement:100];
103
[SlideNavigationController sharedInstance].menuRevealAnimator = alideAndFadeAnimator;
104
```
105
+Public Methods
106
---------
107
###### + (SlideNavigationController *)sharedInstance;
108
Returns the singleton instance of SlideNavigationController
0 commit comments