To convert Storyboard from iPhone to iPad do the following steps:
- Duplicate your iPhone-Storyboard and rename it to MainStoryboard_iPad.storyboard
- Close Xcode and then open this file any text editor.
- Search for targetRuntime=”iOS.CocoaTouch” and change it to targetRuntime=”iOS.CocoaTouch.iPad”
- Change the code in the MainStoryboard_iPad.storyboard from: <simulatedScreenMetrics key=”destination” type=”retina4″/> to <simulatedScreenMetrics key=”destination”/>
- Save everything and reopen Xcode -> the iPad-Storyboard contains the same as the iPhone-file but everyting could be disarranged