<!--
{
  "availability" : [
    "iOS: 4.1.0 - 7.0.0",
    "iPadOS: 4.1.0 - 7.0.0",
    "macOS: 10.8.0 - 10.10.0",
    "visionOS: 1.0.0 - 1.0.0"
  ],
  "documentType" : "symbol",
  "framework" : "GameKit",
  "identifier" : "/documentation/GameKit/GKLeaderboardViewControllerDelegate",
  "metadataVersion" : "0.1.0",
  "role" : "Protocol",
  "symbol" : {
    "kind" : "Protocol",
    "modules" : [
      "GameKit"
    ],
    "preciseIdentifier" : "c:objc(pl)GKLeaderboardViewControllerDelegate"
  },
  "title" : "GKLeaderboardViewControllerDelegate"
}
-->

# GKLeaderboardViewControllerDelegate

The [`GKLeaderboardViewControllerDelegate`](/documentation/GameKit/GKLeaderboardViewControllerDelegate) protocol is implemented by delegates of the [`GKLeaderboardViewController`](/documentation/GameKit/GKLeaderboardViewController) class. The delegate is called when the player dismisses the leaderboard.

```
protocol GKLeaderboardViewControllerDelegate : NSObjectProtocol
```

## Topics

### Handling User Actions

[`leaderboardViewControllerDidFinish(_:)`](/documentation/GameKit/GKLeaderboardViewControllerDelegate/leaderboardViewControllerDidFinish(_:))

Called when the leaderboard view is dismissed.



---

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)