tags:

views:

6

answers:

1

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.

+1  A: 

You want to create a settings bundle. The iOS Developer Documentation has a whole section about this.

Kevin Ballard