For my app\'s settings view controller, I want to have a table view with a bunch of options the user can tweak. Toggle switches, segues, steppers, etc.
Since you're using this for settings, have you considered InAppSettingsKit?
In cases where that may be overkill, I have resorted to creating a static tableview in a storyboard where I can layout each distinct setting and have design-time control over its appearance.