<!--
{
  "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/GKAchievementViewControllerDelegate",
  "metadataVersion" : "0.1.0",
  "role" : "Protocol",
  "symbol" : {
    "kind" : "Protocol",
    "modules" : [
      "GameKit"
    ],
    "preciseIdentifier" : "c:objc(pl)GKAchievementViewControllerDelegate"
  },
  "title" : "GKAchievementViewControllerDelegate"
}
-->

# GKAchievementViewControllerDelegate

An object implementing the [`GKAchievementViewControllerDelegate`](/documentation/GameKit/GKAchievementViewControllerDelegate) protocol is called when the user dismisses the achievements view controller. Typically, this protocol is implemented by the object in your game that originally displayed the achievements user interface.

```
protocol GKAchievementViewControllerDelegate : NSObjectProtocol
```

## Topics

### Responding to a Dismiss Action

[`achievementViewControllerDidFinish(_:)`](/documentation/GameKit/GKAchievementViewControllerDelegate/achievementViewControllerDidFinish(_:))

Called when the user dismisses the achievements user interface.



---

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)