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.
A Boolean value that states whether the player has completed the achievement.
var isCompleted: Bool { get }This property is true if the percentComplete property is equal to 100.0; otherwise, it’s false.