UIImageView.StartAnimating Method

Definition

Starts animating images in the UIImageView.

[Foundation.Export("startAnimating")]
public virtual void StartAnimating ();
abstract member StartAnimating : unit -> unit
override this.StartAnimating : unit -> unit
Attributes

Remarks

Calling this method always starts the animation from the first image in the array.

Applies to