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.
如何在应用程序的设置中添加一个部分,它与 NSUserDefaults 相关还是完全不同?只是不确定这叫什么或从哪里开始。
这是您添加到应用程序中的一个 Bundle,称为设置。
这是文档:http: //developer.apple.com/library/ios/#documentation/cocoa/Conceptual/UserDefaults/Preferences/Preferences.html
要添加settings.bundle,请选择New File..然后在列表中选择Resource> Settings Bundle。这将为您的项目添加一个设置包。其中包含一些默认示例设置。
settings.bundle
New File..
Resource
Settings Bundle
在设置应用程序中所做的所有设置更改都存储在 中,NSUserDefaults因此您可以轻松访问它们。
NSUserDefaults