NSUserDefaults 的初始设置
所以我正在读这篇文章: Storing iPhone application settings in app 这看起来很简单。
但是,我将在哪里/如何定义初始设置?
例如,我有一个国家/地区设置:英国或美国。当应用程序首次安装/打开时,我希望它自动知道/将 NSUserDefaults 设置为 UK。
我希望这是清楚的哈。
汤姆
So I was reading this: Storing iPhone application settings in app which seems simple enough.
However, where/how would I define the initial settings?
So for instance I have a Country setting: UK or USA. When the app is first installed/opened I want it to automatically know/set NSUserDefaults to UK.
I hope this is clear ha.
Tom
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以使用
-registerDefaults:
方法设置“默认值”:http://developer.apple.com/iphone/library/documentation/Cocoa/Conceptual/UserDefaults/Tasks/ usingDefaults.html#//apple_ref/doc/uid/20000719-BAJFBAAH
You can use the
-registerDefaults:
method to set up the "default defaults":http://developer.apple.com/iphone/library/documentation/Cocoa/Conceptual/UserDefaults/Tasks/UsingDefaults.html#//apple_ref/doc/uid/20000719-BAJFBAAH