在 iPhone 应用程序中动态创建新的默认设置
是否可以在 iPhone 应用程序中即时创建新的默认设置?
我知道如何修改现有的代码片段,但无法找到一些代码片段来创建全新的代码片段。
非常感谢您的帮助。
亲切的问候
弗拉德
is it possible to create new default settings in an iPhone App on the fly?
I know how to modify existing ones but have not been able to find some code snippets to create brand new ones.
Your help is much appreciated.
Kind Regards
Vlad
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您需要使用 NSUserDefaults.... 看看 此处获取文档,此处获取有关如何执行操作的示例使用它。
You need to use NSUserDefaults.... look here for documentation and here for an example on how to use it.