diff --git a/README.md b/README.md index ecee1b5..2c19184 100644 --- a/README.md +++ b/README.md @@ -26,6 +26,7 @@ SomeViewController *vc = [[SomeViewController alloc] init]; [[SlideNavigationController sharedInstance] switchViewController:vc withCompletion:nil]; ``` Configuring Left and Right menu for different Viewcontrollers +--------- ``` @interface MyViewController : UIViewController @end