Leaderboard doesn't add in the screen cocos2d
问题 I used the code below to show the Leaderboard but all i got it the console this cocos2d: surface size: 480x320 the code: - (void)showLeaderboardForCategory:(NSString *)category { // Only execute if OS supports Game Center & player is logged in if (hasGameCenter) { // Create leaderboard view w/ default Game Center style GKLeaderboardViewController *leaderboardController = [[GKLeaderboardViewController alloc] init]; // If view controller was successfully created... if (leaderboardController !=