Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我最近为我正在开发的游戏添加了一个高分,所以我一直在测试它是否有效。经过测试,我已经达到了第 8 阶段,所以现在记录设置为 8。这可能是一个基本问题,但我只是想知道如何将记录从 8 重置回 0?
与任何其他更改一样将其更改为零,保存[NSNumber numberWithInt:0]在 NSUserDefaults 中。
[NSNumber numberWithInt:0]