Update README.md

This commit is contained in:
Aryan Ghassemi 2013-04-29 17:51:21 -07:00
parent de6496c47e
commit ff904c153c
1 changed files with 1 additions and 0 deletions

View File

@ -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 <SlideNavigationControllerDelegate>
@end