Created
June 12, 2014 10:02
-
-
Save hachinobu/ec2b9f4a32fbb6b696af to your computer and use it in GitHub Desktop.
iPhone用のxibファイルをiPad用のxibファイルに変更する
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
iPhone用のxibファイルを選択して[File] - [Duplicate]を選択して名前の最後に~iPadをつける。 | |
~iPad.xibを右クリックして[Open As] - [Source Code]で開く | |
type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" を | |
type="com.apple.InterfaceBuilder3.CocoaTouch.iPad.XIB" に置換。 | |
targetRuntime="iOS.CocoaTouch" を | |
targetRuntime="iOS.CocoaTouch.iPad" に置換。 | |
今度は~iPad.xibをInterface Builderで開くとSizeを iPad Full Screen に変更できるようになっている。 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment