---
title: "gameCenterViewControllerDidFinish(_:)"
framework: gamekit
role: symbol
role_heading: Instance Method
path: "gamekit/gkgamecentercontrollerdelegate/gamecenterviewcontrollerdidfinish(_:)"
---

# gameCenterViewControllerDidFinish(_:)

Handles when the player dismisses the dashboard.

## Declaration

```swift
func gameCenterViewControllerDidFinish(_ gameCenterViewController: GKGameCenterViewController)
```

## Parameters

- `gameCenterViewController`: The view controller that the player closes.

## Mentioned in

Displaying the Game Center dashboard

## Discussion

Discussion Implement this method to dismiss the Game Center view controller. If your game paused any gameplay or other activities, this method can restart those services.
