UIDynamicAnimator.RemoveBehavior(UIDynamicBehavior) Método

Definición

Quita el comportamiento especificado del animador.

[Foundation.Export("removeBehavior:")]
public virtual void RemoveBehavior (UIKit.UIDynamicBehavior behavior);
abstract member RemoveBehavior : UIKit.UIDynamicBehavior -> unit
override this.RemoveBehavior : UIKit.UIDynamicBehavior -> unit

Parámetros

behavior
UIDynamicBehavior

Comportamiento que se va a quitar del animador.

Este parámetro puede ser null.

Atributos

Se aplica a