Skip to content
This repository has been archived by the owner on Sep 11, 2022. It is now read-only.

Sample Project - minor cleanup #222

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions Sample/Sample Application/SMPLAppDelegate.m
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down