Contents

isCompleted

A Boolean value that states whether the player has completed the achievement.

Declaration

var isCompleted: Bool { get }

Discussion

This property is true if the percentComplete property is equal to 100.0; otherwise, it’s false.

See Also

Accessing Achievement Properties