Contents

gameCenterDelegate

The view controller’s delegate.

Declaration

weak var gameCenterDelegate: (any GKGameCenterControllerDelegate)? { get set }

Discussion

Before presenting the view controller, your game must set a delegate.

See Also

Setting the view controller delegate