From feb488680fdff7aed053ca29359317d81bf83fab Mon Sep 17 00:00:00 2001 From: Aryan Ghassemi Date: Mon, 29 Apr 2013 17:44:19 -0700 Subject: [PATCH] Update README.md --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 42eb431..ecee1b5 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ iOS-Slide-Menu iOS Slide Menu built on top of UINavigationController Setup -___________ +--------- ``` - (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions { @@ -18,8 +18,8 @@ ___________ return YES; } ``` - -Switch Between ViewController +Switch Between ViewControllers +---------- Let's say a menu item was selected ``` SomeViewController *vc = [[SomeViewController alloc] init]; @@ -33,12 +33,12 @@ Configuring Left and Right menu for different Viewcontrollers ``` @implementation MyViewController -- (BOOL)slideNavigationControllerShouldSisplayLeftMenu +- (BOOL)slideNavigationControllerShoulDSisplayLeftMenu { return YES; } -- (BOOL)slideNavigationControllerShouldSisplayRightMenu +- (BOOL)slideNavigationControllerShouldDisplayRightMenu { return YES; }