diff --git a/Sample/Sample Application/SMPLAppDelegate.m b/Sample/Sample Application/SMPLAppDelegate.m index daa1361..eb7129c 100644 --- a/Sample/Sample Application/SMPLAppDelegate.m +++ b/Sample/Sample Application/SMPLAppDelegate.m @@ -26,8 +26,6 @@ - (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:( frontViewController.view.backgroundColor = [UIColor orangeColor]; UINavigationController *frontNavigationController = [[UINavigationController alloc] initWithRootViewController:frontViewController]; - UIViewController *rightViewController = [[UIViewController alloc] init]; - rightViewController.view.backgroundColor = [UIColor redColor]; // Step 2: Instantiate. self.revealController = [PKRevealController revealControllerWithFrontViewController:frontNavigationController