游戏中心格式化时间

时间:2011-07-11 02:34:41

标签: ios game-center gkscore

您为scoreReporter设置的值是什么,以便在游戏中心排行榜中显示为正确的时间。您需要什么来隐藏在排行榜中正确显示的秒数。任何帮助将不胜感激。

这是我的代码:

GKScore *scoreReporter = [[[GKScore alloc] initWithCategory:@"BestTime"] autorelease];
scoreReporter.value = TotalSeconds * 10;

1 个答案:

答案 0 :(得分:6)

如果您已将排行榜评分格式类型定义为“经过时间 - 到第二个”,则秒数就可以了。你只需要

scoreReporter.value = TotalSeconds