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?

link|improve this question
feedback

1 Answer

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.

link|improve this answer
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
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.