A Boolean value that states whether the player has completed the achievement.
SDKs
- iOS 4.0+
- macOS 10.8+
- Mac Catalyst 13.0+
- tvOS 9.0+
- watchOS 3.0+
Framework
- Game
Kit
Declaration
@property(readonly, getter=isCompleted, nonatomic) BOOL completed;
@property(readonly, getter=isCompleted, atomic) BOOL completed;
Discussion
The value of this property is YES
if the percent
property is equal to 100
; otherwise, it is NO
.