UIDevice.EndGeneratingDeviceOrientationNotifications Method

Definition

Stops posting device orientation notification events.

[Foundation.Export("endGeneratingDeviceOrientationNotifications")]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual void EndGeneratingDeviceOrientationNotifications ();
abstract member EndGeneratingDeviceOrientationNotifications : unit -> unit
override this.EndGeneratingDeviceOrientationNotifications : unit -> unit
Attributes

Remarks

This can be used from a background thread.

Applies to