UIDynamicAnimator.RemoveBehavior(UIDynamicBehavior) Method

Definition

Removes the specified behavior from the animator.

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

Parameters

behavior
UIDynamicBehavior

Behavior to be removed from the animator.

This parameter can be null.

Attributes

Applies to