Is there any way to create custom components / screens with some components already loaded? For example, create a% custom%, with some default elements in it. But so that it can be added through UIViewController
.
Sample situation:
Create a% custom%, with two StoryBoard
and a UIViewController
default on it. So I can add this custom controller via UIButton
.