Contents

gameCenterViewControllerDidFinish(_:)

Handles when the player dismisses the dashboard.

Declaration

func gameCenterViewControllerDidFinish(_ gameCenterViewController: GKGameCenterViewController)

Parameters

  • gameCenterViewController:

    The view controller that the player closes.

Mentioned in

Discussion

Implement this method to dismiss the Game Center view controller. If your game paused any gameplay or other activities, this method can restart those services.