Condividi tramite


UINavigationControllerDelegate_Extensions.SupportedInterfaceOrientations Method

Definition

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

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static UIKit.UIInterfaceOrientationMask SupportedInterfaceOrientations(this UIKit.IUINavigationControllerDelegate This, UIKit.UINavigationController navigationController);
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member SupportedInterfaceOrientations : UIKit.IUINavigationControllerDelegate * UIKit.UINavigationController -> UIKit.UIInterfaceOrientationMask

Parameters

navigationController
UINavigationController

Returns

Attributes

Applies to