私のアプリの Apple のリーダーボードに時間を渡したいです。時間は 9.23 (9 秒、100 分の 23) のような float 形式です。
このフロートを NSDate に変換して、次のコードで渡すにはどうすればよいですか。
[self.gameCenterManager reportScore: self.currentScore forCategory: self.currentLeaderBoard];
私のアプリの Apple のリーダーボードに時間を渡したいです。時間は 9.23 (9 秒、100 分の 23) のような float 形式です。
このフロートを NSDate に変換して、次のコードで渡すにはどうすればよいですか。
[self.gameCenterManager reportScore: self.currentScore forCategory: self.currentLeaderBoard];