How to build an iOS like settings module?

前端 未结 4 1564
滥情空心
滥情空心 2021-02-02 16:28

I am really new to iPhone development. Currentlly I am setting up an option module for my application. The user should be able to edit some preferences.

My first approac

相关标签:
4条回答
  • 2021-02-02 17:04

    You might want to try InAppSettingsKit.

    0 讨论(0)
  • 2021-02-02 17:10

    There is another option, you can use BaseKit (I'm the author)

    Source repo https://github.com/brunow/BaseKit Example of settings http://blog.brunowernimont.be/2012/06/22/example_of_settings_controller_with_basekit.html

    0 讨论(0)
  • 2021-02-02 17:15

    IF you want it just in your app, just use a tableView set to Group style. There are a lot of tutorials on TableViews

    0 讨论(0)
  • 2021-02-02 17:23

    InAppSettingsKit as already recommended by @hennes is used for extending functionality that is already available.

    If you add a Settings.bundle to your app then if it is correctly installed it will automatically show up in the Settings.app provided by Apple.

    0 讨论(0)
提交回复
热议问题