Skip to content

Instantly share code, notes, and snippets.

@HiromichiYamada
Last active August 29, 2015 14:02
Show Gist options
  • Save HiromichiYamada/f7cce8124481791b0fd2 to your computer and use it in GitHub Desktop.
Save HiromichiYamada/f7cce8124481791b0fd2 to your computer and use it in GitHub Desktop.
xib iphone/ipad

コンバート

  • InterfaceBuilder3

     "com.apple.InterfaceBuilder3.CocoaTouch.XIB"
    
     "com.apple.InterfaceBuilder3.CocoaTouch.iPad.XIB"
    
  • targetRuntime

     "iOS.CocoaTouch"
    
     "iOS.CocoaTouch.iPad"
    
  • Framework

     "IBCocoaTouchFramework"
    
     "IBIPadFramework"
    

情報源

Converting an (existing) iPhone XIB to iPad

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment