Update README.md

This commit is contained in:
Aryan Ghassemi 2013-04-27 00:09:39 -07:00
parent af809522f3
commit 8679f33b32
1 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@ ___________
- (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions
{
LeftMenuViewController *leftMenu = [[LeftMenuViewController alloc] init];
RightMenuViewController *leftMenu = [[RightMenuViewController alloc] init];
RightMenuViewController *righMenu = [[RightMenuViewController alloc] init];
[SlideNavigationController sharedInstance].righMenu = rightMenu;
[SlideNavigationController sharedInstance].leftMenu = leftMenu;
@ -35,7 +35,7 @@ Configuring Left and Right menu for different Viewcontrollers
- (BOOL)slideNavigationControllerShouldSisplayLeftMenu
{
return YES;
return YES;
}
- (BOOL)slideNavigationControllerShouldSisplayRightMenu