如何隐藏/显示 iPhone 设置?
我有一个应用程序,购买选项是显示设置(Root.plist 设置)。问题是如何以编程方式(或者可能是其他东西)隐藏/显示此设置?
或者如何隐藏设置中的某些选项?
i have an app , the option of purchase is to show settings(Root.plist settings). Question is how to programmatically(or maybe another something) hide/shows this settings ?
Or how to hide some of options in settings ?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您指的是 Settings.app 中可见的设置吗?如果是这样,则无法以编程方式更改它们,也无法在选项“集”之间切换。您唯一的选择实际上是仅在应用程序本身内部进行设置。
Are you referring to the settings visible in the Settings.app? If so, it's not possible to change them programatically, nor can you switch between "sets" of options. Your only option really is to only have the settings inside the app itself.