I want to use a storyboard encapsulated in a UIViewController to provide a consistent UI throughout the application.
Is there anyway to embed the first UIViewController of a storyboard into a ‘master’ UIViewController, then allow the segues and storyboard transitions to function as normal, all within an area of the ‘master’ UIViewController?
Thank you.
Here is the storyboard I’m hoping to embed /

You can use container views for your task.
This link here: http://invasivecode.tumblr.com/post/12383262201/container-view-controllers-part-i-one-of-the
It shows the different methods used to create a Container view. Something like the image below (image courtesy from the link above):
Check out the link, hope it helps.