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.
The view controller’s delegate.
weak var gameCenterDelegate: (any GKGameCenterControllerDelegate)? { get set }Before presenting the view controller, your game must set a delegate.