3

I am searching the web for a while now and didn´t find the answer...

is it possible in Xcode4 to convert an iPhone.xib to an iPad.xib when upgrading to a universal-app?!? in Xcode 3 there was a possibility to create an ipad.xib from a selected iphone.xib. is this feature still available under Xcode4?

1 Answers1

0

AFAIK universal app in Xcode uses two different xibs, so when "upgrading" to universal app - you actually have to write code to know which xibs to load as well as create separate xibs for iphone and ipad.

Eimantas
  • 48,927
  • 17
  • 132
  • 168
  • in Xcode 3 there was a possibility to selet an iPhone xib-file and create an iPad.xib - Version of that file. i think this feature was removed in Xcode4 – Maximilian Buschmann Mar 11 '11 at 15:51