如何在 iPhone 设置中创建重置按钮
如何在“设置”捆绑包中创建“按钮”?邮件设置中是否有“导入 SIM 卡联系人”之类的内容?或者 Nike + iPod 应用程序中的“重置校准”?
需要有一个“重置用户名和密码”按钮来设置,如果这是特殊情况......我的意思是如何添加逻辑来清除一些其他设置,而我自己的应用程序不是跑步?
How can I create a "button" in Settings bundle? Something like "Import SIM Contacts" inside Mail settings? Or "Reset Calibration" in Nike + iPod application?
Need to have a "Reset Username and Password" button for Settings, if that is a special case... I mean how can I add logic to clear some of other settings, while my own app is not running?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您无法在设置中运行自定义代码,因此通常可以通过开/关开关在下次启动时重置设置来解决此问题。
当应用程序启动时,检查它是否已打开,并在应用程序运行时执行重置。
You can't run custom code in settings, so this is commonly solved with an on/off switch to reset settings at next launch.
When the app launches, check if it has been switched to on, and perform the reset in your application run-time.