I am developing an iPhone app which uses Settings.bundle
to let the user choose some options.
I have two questions regarding this:
- How can I completely remove/hide some setting? (for instance if the app is running on iPhone 3G I want to hide settings regarding the compass)
- How can I disable (fade) a setting? (for instance, I have two Toggle Switches and if the first is set to OFF the second one has no meaning and should be disabled)