Compartilhar via


UIViewController.DidRotate(UIInterfaceOrientation) Método

Definição

Chamado depois que a interface do usuário tiver girado.

[Foundation.Export("didRotateFromInterfaceOrientation:")]
[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.iOS, 8, 0, ObjCRuntime.PlatformArchitecture.All, "Use Adaptive View Controllers instead.")]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual void DidRotate (UIKit.UIInterfaceOrientation fromInterfaceOrientation);
abstract member DidRotate : UIKit.UIInterfaceOrientation -> unit
override this.DidRotate : UIKit.UIInterfaceOrientation -> unit

Parâmetros

fromInterfaceOrientation
UIInterfaceOrientation

A orientação anterior.

Atributos

Comentários

O desenvolvedor de aplicativos pode substituir esse método para executar a lógica de rotação além do que é fornecido pela rotação automática, por exemplo, recalcular parâmetros de desenho caros, modificar e reiniciar a reprodução de mídia, etc.

Quando esse método é chamado, a InterfaceOrientation propriedade já foi definida como o novo UIInterfaceOrientation.

Aplica-se a