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.
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):
Note that even though the screenshots appear to be for iOS versions < 8, the mechanics in the storyboard view carry over.