Update README.md
This commit is contained in:
parent
af809522f3
commit
8679f33b32
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue