showsCompletionBanner
A Boolean value that indicates whether GameKit displays a banner when the player completes the achievement.
Declaration
var showsCompletionBanner: Bool { get set }Mentioned in
Discussion
If this property is true, GameKit displays a notification banner to inform the player that they completed the achievement. If you want to present your own interface, set this property to false. The default value is true.