We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 810457b commit 907eee3Copy full SHA for 907eee3
README.md
@@ -33,9 +33,9 @@ Setup
33
- (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions
34
{
35
LeftMenuViewController *leftMenu = [[LeftMenuViewController alloc] init];
36
- RightMenuViewController *righMenu = [[RightMenuViewController alloc] init];
+ RightMenuViewController *rightMenu = [[RightMenuViewController alloc] init];
37
38
- [SlideNavigationController sharedInstance].righMenu = rightMenu;
+ [SlideNavigationController sharedInstance].rightMenu = rightMenu;
39
[SlideNavigationController sharedInstance].leftMenu = leftMenu;
40
41
// Override point for customization after application launch.
0 commit comments