A Boolean value that states whether this achievement is initially visible to players.
SDKs
- iOS 4.1+
- macOS 10.8+
- Mac Catalyst 13.0+
- tvOS 9.0+
- watchOS 3.0+
Framework
- Game
Kit
Declaration
var isHidden: Bool { get }
Discussion
If the value of this property is false
, this achievement is always visible to the player. If true
, the achievement is not displayed in any of the standard achievement user interface screens. It remains hidden until the first time your game reports progress towards completing this achievement.