Update README.md

This commit is contained in:
Aryan Ghassemi 2014-08-01 09:57:54 -07:00
parent f36d092d32
commit 5cf9218a78
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ Setup
```
Configuring Left and Right menu for different Viewcontrollers
---------
You decide whether to enable or disable slide functionality on each viewController by implementing the following delegate methods of SlideNavigationControllerDelegate. These methods are optional, and if not implemented the menu functionality will be disabled for that particulat viewController.
You decide whether to enable or disable slide functionality on **each viewController** by implementing the following delegate methods of SlideNavigationControllerDelegate. These methods are optional, and if not implemented the menu functionality will be disabled for that particulat viewController.
```
@interface MyViewController : UIViewController <SlideNavigationControllerDelegate>
@end