<!--
{
  "availability" : [
    "iOS: 6.0.0 - 26.0.0",
    "iPadOS: 6.0.0 - 26.0.0",
    "macCatalyst: 13.1.0 - 26.0.0",
    "macOS: 10.8.0 - 26.0.0",
    "tvOS: 9.0.0 - 26.0.0",
    "visionOS: 1.0.0 - 26.0.0"
  ],
  "documentType" : "symbol",
  "framework" : "GameKit",
  "identifier" : "/documentation/GameKit/GKGameCenterControllerDelegate",
  "metadataVersion" : "0.1.0",
  "role" : "Protocol",
  "symbol" : {
    "kind" : "Protocol",
    "modules" : [
      "GameKit"
    ],
    "preciseIdentifier" : "c:objc(pl)GKGameCenterControllerDelegate"
  },
  "title" : "GKGameCenterControllerDelegate"
}
-->

# GKGameCenterControllerDelegate

The delegate that GameKit calls when the player dismisses the dashboard.

```
protocol GKGameCenterControllerDelegate : NSObjectProtocol
```

## Overview

Delegates of [`GKGameCenterViewController`](/documentation/GameKit/GKGameCenterViewController) objects conform to the `GKGameCenterControllerDelegate` protocol.

## Topics

### Handling User Actions

[`gameCenterViewControllerDidFinish(_:)`](/documentation/GameKit/GKGameCenterControllerDelegate/gameCenterViewControllerDidFinish(_:))

Handles when the player dismisses the dashboard.



---

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)