Skip to content

Commit

Permalink
[Popover] Setup root view controller
Browse files Browse the repository at this point in the history
  • Loading branch information
olegoid committed Sep 16, 2015
1 parent bb7229a commit 51639ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Popovers/AppDelegate.cs
Expand Up @@ -27,7 +27,7 @@ public override bool FinishedLaunching (UIApplication app, NSDictionary options)
SplitViewController.WillShowViewController += DetailViewController.WillShowViewController;
SplitViewController.WillPresentViewController += DetailViewController.WillPresentViewController;

Window.AddSubview (SplitViewController.View);
Window.RootViewController = SplitViewController;
Window.MakeKeyAndVisible ();
return true;
}
Expand Down

0 comments on commit 51639ca

Please sign in to comment.