Protocol: GKGameCenterControllerDelegate

Overview

The GKGameCenterControllerDelegate protocol is implemented by delegates of the GKGameCenterViewController class. The delegate is called when the player dismisses the Game Center user interface.Called when the player is done interacting with the view controller’s content. (required)

Instance Method Summary (collapse)

Instance Method Details

- (Object) gameCenterViewControllerDidFinish(gameCenterViewController)

Called when the player is done interacting with the view controller’s content. (required) Your delegate should dismiss the Game Center view controller. If your game paused any gameplay or other activities, it can restart those services in this method.

Parameters:

Returns: