Partager via


UIViewController.ShouldAutorotateToInterfaceOrientation Méthode

Définition

true si prend en charge la UIViewController rotation vers le spécifié UIInterfaceOrientation.

[Foundation.Export("shouldAutorotateToInterfaceOrientation:")]
[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.iOS, 6, 0, ObjCRuntime.PlatformArchitecture.All, "Use both 'GetSupportedInterfaceOrientations' and 'PreferredInterfaceOrientationForPresentation' instead.")]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual bool ShouldAutorotateToInterfaceOrientation (UIKit.UIInterfaceOrientation toInterfaceOrientation);
abstract member ShouldAutorotateToInterfaceOrientation : UIKit.UIInterfaceOrientation -> bool
override this.ShouldAutorotateToInterfaceOrientation : UIKit.UIInterfaceOrientation -> bool

Paramètres

toInterfaceOrientation
UIInterfaceOrientation

UIInterfaceOrientationFinal.

Retours

true si prend en charge la UIViewController rotation vers le spécifié UIInterfaceOrientation.

Attributs

Remarques

Les développeurs d’applications ne doivent pas utiliser cette méthode déconseillée. Au lieu de cela, ils doivent utiliser ShouldAutorotateToInterfaceOrientation(UIInterfaceOrientation), PreferredInterfaceOrientationForPresentation()et GetSupportedInterfaceOrientations().

S’applique à