Protocol: GKAchievementViewControllerDelegate

Overview

An object implementing the 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.Called when the user dismisses the achievements user interface. (required)

Instance Method Summary (collapse)

Instance Method Details

- (Object) achievementViewControllerDidFinish(viewController)

Called when the user dismisses the achievements user interface. (required) Your delegate should dismiss the view controller. If your game paused any gameplay or other activities, it can restart those services in this method.

Parameters:

Returns: