Partager via


UIViewController.AttemptRotationToDeviceOrientation Méthode

Définition

Déclenche par programmation la rotation des vues.

[Foundation.Export("attemptRotationToDeviceOrientation")]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)]
public static void AttemptRotationToDeviceOrientation ();
static member AttemptRotationToDeviceOrientation : unit -> unit
Attributs

Remarques

Si ShouldAutorotateToInterfaceOrientation(UIInterfaceOrientation) retourne false, cette méthode peut être utilisée pour déclencher la rotation d’affichage par programmation.

S’applique à

Voir aussi

  • <xref:UIKit.UIViewController.WillRotate>
  • <xref:UIKit.UIViewController.ShouldAutorotateToInterfaceOrientation>