зеркало из https://github.com/xamarin/ios-samples.git
[AVTouch] Modernize a little the AppDelegate
This commit is contained in:
Родитель
12afae8109
Коммит
7080d60e3f
|
@ -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;
|
||||
|
|
Загрузка…
Ссылка в новой задаче