I have an application with a settings view that loads settings dynamically from a remote server. It's working fine.
I want to also make these available in iPhone Settings, but the Settings bundle seems to be limited to simple key-values loaded and saved to the local NSUserDefaults. Is there a way to specify a custom view for this?