UIApplication.SharedApplication Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.