Share via


UIViewAnimatingPosition Enum

Definition

Enumerates the endpoints and current position of an animation.

[ObjCRuntime.Native]
public enum UIViewAnimatingPosition
[<ObjCRuntime.Native>]
type UIViewAnimatingPosition = 
Inheritance
UIViewAnimatingPosition
Attributes

Fields

Name Value Description
End 0

The ending position.

Start 1

The starting position.

Current 2

The most-recent position.

Applies to