When GKLeaderboardViewController
is presented, it shows first leaderboard on the list, even if the GKLeaderboardViewController
's leaderboard category is not set. Only way to see the list of all leaderboards is clicking Leaderboards button at the top.
Is there any way to display list of all leaderboards when GKLeaderboardViewController
is presented?
You can set category to nil.
The category property is deprecated in iOS 6 and above.
Try this:
Apple docs:
http://developer.apple.com/library/ios/documentation/GameKit/Reference/GKLeaderboardViewController_Ref/Reference/Reference.html#//apple_ref/occ/instp/GKLeaderboardViewController/category