我想为我的应用程序在 Apple 的排行榜上打发时间。时间采用浮点格式,例如 9.23(9 秒,百分之二十三)
如何将此浮点数转换为 NSDate 并使用以下代码传入:
[self.gameCenterManager reportScore: self.currentScore forCategory: self.currentLeaderBoard];
我想为我的应用程序在 Apple 的排行榜上打发时间。时间采用浮点格式,例如 9.23(9 秒,百分之二十三)
如何将此浮点数转换为 NSDate 并使用以下代码传入:
[self.gameCenterManager reportScore: self.currentScore forCategory: self.currentLeaderBoard];