Hi, In my iPhone application I keep application parameters in .plist file. However I have to allow user to edit these parameters.
Ex: Safari application setting can be changed in the Settings.
Can anybody assist me how to overcome this problem.
Hi, In my iPhone application I keep application parameters in .plist file. However I have to allow user to edit these parameters.
Ex: Safari application setting can be changed in the Settings.
Can anybody assist me how to overcome this problem.
You want to create a settings bundle. The iOS Developer Documentation has a whole section about this.