Do iPhone app settings have to be shown in the iPhone system settings? -


If I am using NSUserDefaults to store settings for my application, then my app's settings "hide" Is there any way to normal settings on the iPhone being shown in the application? I know that there are other tools like my settings, key piece, etc., but I'm just thinking that somewhere there is a flag which says 'do not show my settings' in the setting, because I just edited them through my I want to apply myself

Depending on the settings, how much do you think the settings will be used. If they will be accessed and changed frequently, they can be a good idea to keep them inside the app, so they can be easily accessible. However, if settings are anything then users can only change once during their use of the app, and seldom change them, it may be a good idea to put them in the bundle outside the setting.

Settings only appear in settings. If you specifically put them in the bundle setting.


Comments

Popular posts from this blog

sql - dynamically varied number of conditions in the 'where' statement using LINQ -

asp.net mvc - Dynamically Generated Ajax.BeginForm -

Debug on symbian -