Possible Duplicate:
How to detect iPhone 5 (widescreen devices)?
I am creating an app using Xcode. I have noticed that with xcode 4.5, your storyboards can adapt to iphone 5 screen size. If I create two separate storyboards with the different screen sizes, but link the controllers to the same .h file, how can I tell the program which storyboard to load depending on the device?
eg: for the ipad, when I run, it picks the right storyboard automatically