In particular, it shows the friends leaderboard. You could of course switch to the global leaderboard manually but I want the global leaderboard to appear initially.
This is the constructor that I tried that fails:
GKGameCenterViewController(leaderboardID: ..., playerScope: .global, timeScope: .allTime)
Is it possible to show the global leaderboard initially?