问题
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