1

I've just upgraded to XCode 4 Gold and I can't find a way to automatically create the iPad view from an iPhone view (or viceversa).

To be clear, the feature I am looking is the same as in the Interface Builder of XCode 3, there is an option "Create iPhone/iPod touch version using autosizing masks" when you're working on an iPad View, and "Create iPad version using autosizing masks" on iPhone/iPod Touch.

If anybody know if this is possible...

Thanks in advance.

mikywan
  • 1,495
  • 1
  • 19
  • 38

1 Answers1

3

There is still a way to convert xibs to iPad. It is just hard to find:

  1. Select the project in the navigator, then right-click the target and make sure it is set to iPhone -- if set to Universal this process will not work. (You can set it back to universal afterwards)

  2. Right click the target and then select Duplicate.

  3. Choose to Duplicate and Transition to iPad. A group called "Resources-iPad" will be added to your project and will contain the iPad-converted xibs.

Evan Moran
  • 3,825
  • 34
  • 20