Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Interface Builder in Xcode 4

I just can't find the "Create iPad version" button in Xcode 4 because I want to turn an iPhone XIB in an iPad XIB, does anybody know where I can find this button in Xcode4?

like image 914
Skullhouseapps Avatar asked May 09 '26 21:05

Skullhouseapps


1 Answers

This is somewhat hidden. You'll need to create a duplicate target. Select the project in the navigator, then right-click the target and select Duplicate. 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.

like image 66
Joshua Nozzi Avatar answered May 11 '26 11:05

Joshua Nozzi