I have a storyboard with multiple UIViews
.
Inside one of my UIViews
I add additional sub-views. I essentially drag and drop UITableViews
,UIViews
etc inside the same UIViewController
. See the screenshot below:
How can I create these views as separate entities of the storyboard but then.. load them into a particular UIView
?