Is it possible to segue from one storyboard to another, or to embed a storyboard in a view controller in another storyboard? I need to place a UITabBarController
UITabBarController
did you try the following :
2/ click to select your view controller which is linked to your navigation controller and in top menu : editor -> embed in -> Tab Bar controller
Note : I didn't test it because I'm using the opposite : making tabbed bar apps and puting navigation controller inside).