Skip to content

Instantly share code, notes, and snippets.

@markSci5
Created August 13, 2013 02:56
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save markSci5/6217469 to your computer and use it in GitHub Desktop.
Save markSci5/6217469 to your computer and use it in GitHub Desktop.
Convert iPhone storyboard to iPad.
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