I have a settings bundle in my app and I want user can edit settings in app. I dont know how to do it with PSMultiValue. How to load the array for the table and how to save it.

Thank you

link|improve this question

75% accept rate
feedback

1 Answer

Wenn you define a Settings.bundle the settings will be avialable in the iPhone settings section. It will handling saving and updating for you.

Read Implementing Application Preferences

To get the same settings view within your app you can use InAppSettingsKit.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.