目标:当本地用户在他们的 ios 7 设备上单击应用程序中的排行榜按钮时,向本地用户显示默认排行榜。
[[GKLocalPlayer localPlayer] loadDefaultLeaderboardIdentifierWithCompletionHandler:(void(^)(NSString *leaderboardIdentifier, NSError *error)) {
//Use the leaderboard identifier.
MyLeaderBoardID
}]