Is there anyway to set values in the settings.bundle from within the APP

两盒软妹~` 提交于 2019-11-30 22:22:02
Steven Fisher

You're asking two questions here.

The first one is if you can update settings from within the application. You assume you can't, but you can quite easily. Just use NSUserDefault's setObject:forKey: method.

If you want to do in-app settings, I'd start here: How to simplify in app Application Settings management?

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!