Share via


UINavigationControllerDelegate.SupportedInterfaceOrientations Method

Definition

Can be overridden to dynamically specify the supported orientations of the .

[Foundation.Export("navigationControllerSupportedInterfaceOrientations:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual UIKit.UIInterfaceOrientationMask SupportedInterfaceOrientations(UIKit.UINavigationController navigationController);
[<Foundation.Export("navigationControllerSupportedInterfaceOrientations:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member SupportedInterfaceOrientations : UIKit.UINavigationController -> UIKit.UIInterfaceOrientationMask
override this.SupportedInterfaceOrientations : UIKit.UINavigationController -> UIKit.UIInterfaceOrientationMask

Parameters

navigationController
UINavigationController

Returns

Implements

Attributes

Applies to