Contents

percentComplete

Returns the percentage of completion for an interactive transition when it moves to its noninteractive phase.

Declaration

var percentComplete: CGFloat { get }

Return Value

The percentage of completion when an interactive transition moves to its noninteractive completion phase.

Discussion

Use this value to determine how much of the interactive transition completed before the transition was canceled or moved to its final animations.

See Also

Getting the behavior attributes