关于 NSUserDefaults 的问题
我有几个关于 Mac OS X 中的 NSUserDefaults 的问题:
- NSUserDefaults 何时使用 registerDefaults 提供的字典?仅在第一次打开应用程序时还是每次打开应用程序时?
- NSUserDefaults 的信息存储在哪里?
- 如何重置 NSUSerDefaults?
谢谢!
I have a couple of questions about NSUserDefaults in Mac OS X:
- When does the NSUserDefaults use the dictionary provided by registerDefaults? Only the first time the application is opened or every time the application is opened?
- Where is the information from NSUserDefaults stored?
- How can I reset NSUSerDefaults?
Thanks!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
代码:
[NSUserDefaults resetStandardUserDefaults];
Code:
[NSUserDefaults resetStandardUserDefaults];
事实上它应该改变。我会尝试使用 NSTextField 等其他控件。当它不起作用时,你就做错了
绑定的想法正是你所想的那样。
Actually it should change. I would try it with other controls like NSTextField. When it doesn't work you're doing it wrong
The idea of binding is exactly what you thought it is.