---
title: showsCompletionBanner
framework: gamekit
role: symbol
role_heading: Instance Property
path: gamekit/gkachievement/showscompletionbanner
---

# showsCompletionBanner

A Boolean value that indicates whether GameKit displays a banner when the player completes the achievement.

## Declaration

```swift
var showsCompletionBanner: Bool { get set }
```

## Mentioned in

Rewarding players with achievements

## Discussion

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.

## See Also

### Reporting Progress on Achievements

- [report(_:withCompletionHandler:)](gamekit/gkachievement/report(_:withcompletionhandler:).md)
- [report(_:withEligibleChallenges:withCompletionHandler:)](gamekit/gkachievement/report(_:witheligiblechallenges:withcompletionhandler:).md)
- [resetAchievements(completionHandler:)](gamekit/gkachievement/resetachievements(completionhandler:).md)
