Creating iOS-like settings screen

前端 未结 3 1389
迷失自我
迷失自我 2021-02-02 09:25

I have been researching how I can create a settings screen for my app that looks identical to the iOS settings app however I haven\'t been able to find an iOS 7/8/Swift version.

3条回答
  •  死守一世寂寞
    2021-02-02 10:16

    Despite the question saying "obviously this won't work now," the project mentioned in that linked blog post, InAppSettingsKit, does still work great and is actively being maintained/updated in 2020.

    InAppSettingsKit provides an in-app Settings display that looks and works like the iOS native Settings app. It automatically presents settings from your app's same Settings.bundle resource that the Settings app itself uses. See the linked GitHub project for full details.

提交回复
热议问题