I am trying to work with Xcode 6.1. How can I use different storyboards for iPhone and iPad in Xcode 6.1? I mean, I want to create two different storyboards for iPhone and iPad, and the app will determine which storyboard is to be presented when launching.
I know that I can turn "Use Size Classes"(in the settings of a storyboard file) off to make a storyboard for only iPhone or iPad. But "Main Interface" in the target settings can be only one storyboard. So I don't know how to do.