开发者

PSMultiValue in app

开发者 https://www.devze.com 2023-02-25 19:19 出处:网络
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.

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


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.

0

精彩评论

暂无评论...
验证码 换一张
取 消