您将 scoreReporter 设置为什么值以在游戏中心排行榜中显示为正确时间。您需要什么来隐藏秒数才能正确显示在排行榜中。任何帮助将不胜感激。
这是我的代码:
GKScore *scoreReporter = [[[GKScore alloc] initWithCategory:@"BestTime"] autorelease];
scoreReporter.value = TotalSeconds * 10;
您将 scoreReporter 设置为什么值以在游戏中心排行榜中显示为正确时间。您需要什么来隐藏秒数才能正确显示在排行榜中。任何帮助将不胜感激。
这是我的代码:
GKScore *scoreReporter = [[[GKScore alloc] initWithCategory:@"BestTime"] autorelease];
scoreReporter.value = TotalSeconds * 10;