Freigeben über


UINavigationControllerDelegate.SupportedInterfaceOrientations Methode

Definition

Kann überschrieben werden, um die unterstützten Ausrichtungen dynamisch navigationControlleranzugeben.

[Foundation.Export("navigationControllerSupportedInterfaceOrientations:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 7, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual UIKit.UIInterfaceOrientationMask SupportedInterfaceOrientations (UIKit.UINavigationController navigationController);
abstract member SupportedInterfaceOrientations : UIKit.UINavigationController -> UIKit.UIInterfaceOrientationMask
override this.SupportedInterfaceOrientations : UIKit.UINavigationController -> UIKit.UIInterfaceOrientationMask

Parameter

navigationController
UINavigationController

Gibt zurück

Attribute

Gilt für: