通过“设置”中的按钮重置 iOS 应用程序设置
我在 Settings.bundle/Root.plist
中有一些用户可调整的设置。
我希望用户能够使用“设置”中的按钮或类似的从应用程序外部将这些设置重置为其默认值。
有办法实现吗?
I have some user-adjustable settings in Settings.bundle/Root.plist
.
I want to enable the user to reset these settings to their default values with a button or similar from outside the app, right in the Settings.
Is there a way to accomplish that?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您需要设置默认值并将它们保存在某处...当用户按下“恢复默认值”按钮时,您应该进入并将所有设置单独设置为保存的默认值
you need to set the default values and save them somewhere... when the user presses the "Revert to Default" button, you should go in and individually set all of the settings to the saved default values