字典中的整数值存储在 plist 中
将一堆整数值存储到 NSDictionary 中(然后可以保存为 plist)涉及哪些过程?
那么如何将该 plist 读回到 NSDictionary 中,然后获取它们的值呢?
我想存储一堆值,然后在应用程序重新启动时读回它们。
What processes are involved in storing a bunch of integer values into an NSDictionary that can then be saved as a plist?
Then how would one read that plist back into an NSDictionary and then get the values of of them?
I want to store a bunch of values and then read them back in on app relaunch.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
用于在字典中存储整数值 ---
现在将上面的整数值 str 保存到字典中作为 --
从 NSDictionay 检索整数值 -----
for storing integer values in dictionary ---
now save above integer value str into dictionary as--
retrieving integer value from NSDictionay -----