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.
我想要的只是像愤怒的小鸟一样存储级别提升。什么是最好的方法 ?
该游戏适用于iOS设备。
存储核心数据的最佳方式是什么?
很少有做某事的“最佳”方式。如果您已经在您的应用程序中使用 Core Data,那么将状态保存在那里会很容易。其他解决方案是使用 NSUserDefaults 甚至写入 Documents 文件夹中的文件。