achievementDelegate
The achievement view controller’s delegate.
Declaration
weak var achievementDelegate: (any GKAchievementViewControllerDelegate)! { get set }Discussion
Your game must set the delegate before presenting the view controller.
The achievement view controller’s delegate.
weak var achievementDelegate: (any GKAchievementViewControllerDelegate)! { get set }Your game must set the delegate before presenting the view controller.