Created
August 13, 2013 02:56
-
-
Save markSci5/6217469 to your computer and use it in GitHub Desktop.
Convert iPhone storyboard to iPad.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1. Duplicate your iPhone-Storyboard and rename it MainStoryboard_iPad.storyboard | |
2. Open this file any text editor. | |
3. Search for targetRuntime="iOS.CocoaTouch"and change it to targetRuntime="iOS.CocoaTouch.iPad" | |
4. Now save everything and reopen Xcode -> the iPad-Storyboard contains the same as the iPhone-file but everyting could be disarranged |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment