Skip to content

Instantly share code, notes, and snippets.

@hachinobu
Created June 12, 2014 10:02
Show Gist options
  • Save hachinobu/ec2b9f4a32fbb6b696af to your computer and use it in GitHub Desktop.
Save hachinobu/ec2b9f4a32fbb6b696af to your computer and use it in GitHub Desktop.
iPhone用のxibファイルをiPad用のxibファイルに変更する
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