How to simplify in app Application Settings management?

后端 未结 3 1218
梦如初夏
梦如初夏 2020-12-14 04:34

I\'m sure every cocoa-touch programmer had to face this: I know Apple would like every application to place their settings in the Settings app. But it\'s quite limiting in w

3条回答
  •  -上瘾入骨i
    2020-12-14 05:27

    Have you seen mySettings? Uses almost the same plist file as you can use in the Settings app but displays it inside your app.

    Incidentally, Apple recommends including frequently changed settings inside your application. Other stuff should be in the Settings app.

提交回复
热议问题