Settings bundle, want to show dynamic data from web-service

醉酒当歌 提交于 2019-12-11 08:21:52

问题


Hi I am stuck please help me...

Is it possible to load dynamic data in the settings bundle, exactly what i need is when user sets a value for a preference, i need to display a list for the next preference, this list should be drawn from an online database. I have seen some thing similar in iPhone's default settings. Can anybody please give a solution for this as i am really screwed now. If it is not possible then i will include the settings in the app itself.

Thanks in advance


回答1:


It is not possible to have dynamic values in Apple's settings application; they need to be specified in Settings.bundle before compilation. I recommend you implement a custom settings screen.



来源:https://stackoverflow.com/questions/5800542/settings-bundle-want-to-show-dynamic-data-from-web-service

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