UIKit.UIApplicationDelegate.FinishedLaunching Method
Method invoked after the application has launched to configure the main window and view controller.

Syntax

[Foundation.Export("applicationDidFinishLaunching:")]
public virtual void FinishedLaunching (UIApplication application)

Parameters

application
Reference to the UIApplication that invoked this delegate method.

Remarks

This method should create and configure the toplevel window, make it visible. The toplevel window should have a UIViewController.

This method is deprecated, you should use the overload that takes a launchOptions instead.

Requirements

Namespace: UIKit
Assembly: Xamarin.iOS (in Xamarin.iOS.dll)
Assembly Versions: 0.0.0.0