iOS Application Settings Bundle

梦想的初衷 提交于 2019-12-07 08:35:36

问题


Using Apple's Settings bundle in a project, is it possible to expose certain settings to the user only if another setting condition is met?

E.g I have a toggle switch, and if the user toggles the selection to False in the Settings application, I want to show a text box that they can fill in. If the toggle is true, I want to hide the text box.

Any help or pointers to documentation that explain this would be great.


回答1:


You can find step by step instructions here: Adding a settings bundle to an iPhone App.


Edit:
I did my research and I think you cannot do this in an App Store approved app, because to reach this thing you have to change the settings.bundle file inside the application's bundle, which is not allowed in App Store approved apps.



来源:https://stackoverflow.com/questions/4901726/ios-application-settings-bundle

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