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.
我有允许用户使用电子邮件和密码登录的应用程序, 现在我想在登录成功时在 settings.bundle 中注册用户信息,以便用户可以从设置中访问它并根据需要进行更改。
No file in an app's resource bundle can be updated. All of those files are read-only.
Of course you can write values to NSUserDefaults which are used to load and save values seen by the user in the settings.
NSUserDefaults