---
title: GKGameCenterControllerDelegate
framework: gamekit
role: symbol
role_heading: Protocol
path: gamekit/gkgamecentercontrollerdelegate
---

# GKGameCenterControllerDelegate

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

## Declaration

```swift
protocol GKGameCenterControllerDelegate : NSObjectProtocol
```

## Mentioned in

Displaying the Game Center dashboard

## Overview

Overview Delegates of GKGameCenterViewController objects conform to the GKGameCenterControllerDelegate protocol.

## Topics

### Handling User Actions

- [gameCenterViewControllerDidFinish(_:)](gamekit/gkgamecentercontrollerdelegate/gamecenterviewcontrollerdidfinish(_:).md)

## Relationships

### Inherits From

- [NSObjectProtocol](objectivec/nsobjectprotocol.md)

## See Also

### Setting the view controller delegate

- [gameCenterDelegate](gamekit/gkgamecenterviewcontroller/gamecenterdelegate.md)
