addPlayers(to:)
Invites additional players to join an existing match.
Declaration
func addPlayers(to match: GKMatch)Parameters
- match:
The match to which you want to add players.
Discussion
Call this method prior to presenting the view controller to the player. This method updates the view controller’s interface to show the players already connected to the match.