---
title: isPresentingGameCenter
framework: gamekit
role: symbol
role_heading: Instance Property
path: gamekit/gkaccesspoint/ispresentinggamecenter
---

# isPresentingGameCenter

A Boolean value that indicates whether the game is presenting the Game Center dashboard.

## Declaration

```swift
var isPresentingGameCenter: Bool { get }
```

## Mentioned in

Adding an access point to your game

## Discussion

Discussion This property is true when the player taps the access point control and false when the player dismisses the Game Center dashboard. This is an observable property.

## See Also

### Displaying the access point

- [isActive](gamekit/gkaccesspoint/isactive.md)
- [isVisible](gamekit/gkaccesspoint/isvisible.md)
- [showHighlights](gamekit/gkaccesspoint/showhighlights.md)
