<!--
{
  "availability" : [
    "iOS: 6.0.0 -",
    "iPadOS: 6.0.0 -",
    "macCatalyst: 13.1.0 -",
    "macOS: 10.8.0 -",
    "tvOS: 9.0.0 -",
    "visionOS: 1.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "GameKit",
  "identifier" : "/documentation/GameKit/GKGameCenterViewControllerState",
  "metadataVersion" : "0.1.0",
  "role" : "Enumeration",
  "symbol" : {
    "kind" : "Enumeration",
    "modules" : [
      "GameKit"
    ],
    "preciseIdentifier" : "c:@E@GKGameCenterViewControllerState"
  },
  "title" : "GKGameCenterViewControllerState"
}
-->

# GKGameCenterViewControllerState

The type of content for the view controller to present.

```
enum GKGameCenterViewControllerState
```

## Topics

### States

[`GKGameCenterViewControllerStateDefault`](/documentation/GameKit/GKGameCenterViewControllerState/default)

The view controller should present the default screen.

[`GKGameCenterViewControllerStateLeaderboards`](/documentation/GameKit/GKGameCenterViewControllerState/leaderboards)

The view controller should present leaderboard sets or leaderboards if there are no sets.

[`GKGameCenterViewControllerStateAchievements`](/documentation/GameKit/GKGameCenterViewControllerState/achievements)

The view controller should present a list of achievements.

[`GKGameCenterViewControllerStateChallenges`](/documentation/GameKit/GKGameCenterViewControllerState/challenges)

The view controller should present a list of challenges.

[`GKGameCenterViewControllerStateLocalPlayerProfile`](/documentation/GameKit/GKGameCenterViewControllerState/localPlayerProfile)

The view controller should present the local player’s profile.

[`GKGameCenterViewControllerStateDashboard`](/documentation/GameKit/GKGameCenterViewControllerState/dashboard)

The view controller should present the dashboard.

[`GKGameCenterViewControllerStateLocalPlayerFriendsList`](/documentation/GameKit/GKGameCenterViewControllerState/localPlayerFriendsList)

The view controller should present the friends list.

## Relationships

### Conforms To

[`Sendable`](/documentation/Swift/Sendable)

[`Hashable`](/documentation/Swift/Hashable)

[`SendableMetatype`](/documentation/Swift/SendableMetatype)

[`Equatable`](/documentation/Swift/Equatable)

[`RawRepresentable`](/documentation/Swift/RawRepresentable)

[`BitwiseCopyable`](/documentation/Swift/BitwiseCopyable)

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)