I have iPhone storyboard with tabBarController
I need to create iPad storyboard based on viewControllers
from iPhone storyboard.
I created iPad storyboard with splitView
and placed splitViewController
but I have still running iPhone version with tabBar
and without splitView
.
How can I fix it?