From ff904c153ca8e4453b69c5ff485f813153ccd2f2 Mon Sep 17 00:00:00 2001 From: Aryan Ghassemi Date: Mon, 29 Apr 2013 17:51:21 -0700 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) 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