Creating iOS-like settings screen

前端 未结 3 1391
迷失自我
迷失自我 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条回答
  •  -上瘾入骨i
    2021-02-02 10:16

    Like 'Epic Byte' stated above, going with a UITableViewController with grouped style is an approach that ended up working for me. That tip put me down the right path.

    Here are some links that helped me get the job done (in my case I also needed this to appear in a tab bar controller):

    • http://useyourloaf.com/blog/static-table-views-with-storyboards.html
    • http://www.appcoda.com/storyboard-tutorial-create-tab-bar-controller-and-web-view/
    • http://shrikar.com/xcode-6-tutorial-grouped-uitableview/

    Note that even though the screenshots appear to be for iOS versions < 8, the mechanics in the storyboard view carry over.

提交回复
热议问题