[AVTouch] Modernize a little the AppDelegate

This commit is contained in:
Alex Soto 2015-06-16 01:20:40 -05:00
Родитель 12afae8109
Коммит 7080d60e3f
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -9,7 +9,7 @@ namespace avTouch
// This method is invoked when the application has loaded its UI and its ready to run
public override bool FinishedLaunching (UIApplication application, NSDictionary launchOptions)
{
window.AddSubview (viewController.View);
window.RootViewController = viewController;
window.MakeKeyAndVisible ();
return true;