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
|
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
| |||
|
feedback
|
|
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. | |||
|
feedback
|