Share via


UIViewController.ShouldAutorotate Method

Definition

[Foundation.Export("shouldAutorotate")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual bool ShouldAutorotate();
[<Foundation.Export("shouldAutorotate")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member ShouldAutorotate : unit -> bool
override this.ShouldAutorotate : unit -> bool

Returns

Attributes

Applies to