trigger(leaderboardSetID:handler:)
Displays the Game Center dashboard in a state that shows a specific leaderboard set.
Declaration
func trigger(leaderboardSetID: String, handler: (() -> Void)? = nil)Parameters
- leaderboardSetID:
The identifier for the leaderboard set.
- handler:
The block that GameKit calls after it displays the dashboard.