UIApplication.SharedApplication Property

Definition

Points to the main application class.

[ObjCRuntime.ThreadSafe]
public static UIKit.UIApplication SharedApplication { [Foundation.Export("sharedApplication")] get; }
member this.SharedApplication : UIKit.UIApplication

Property Value

Attributes

Remarks

This member is not available to Extensions.

This can be used from a background thread.

Applies to