I am planning to show a small settings menu which has few UISegmentControls and sliders. I don't want to show it full screen, just show it as a subview in my view controller. One way would be to define it as a subclass of UIView altogether but then all designing would have to be done in xib file rather than Storyboard. My questions:
What is the right approach here - UIViewController, UIView, or any of the two?
If we take UIViewController route, how do we design the view in storyboard with a custom size?