Protocol: GKLeaderboardViewControllerDelegate

Overview

The GKLeaderboardViewControllerDelegate protocol is implemented by delegates of the GKLeaderboardViewController class. The delegate is called when the player dismisses the leaderboard.Called when the leaderboard view is dismissed. (required)

Instance Method Summary (collapse)

Instance Method Details

- (Object) leaderboardViewControllerDidFinish(viewController)

Called when the leaderboard view is dismissed. (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: