I want to make a universal app which has two different XIB files. One for iPhone, and one for iPad. They use the same code, just different UIs. How would I create a \"universal\
You also could use the abilities of xcode 4. There is an option while creating new projects which is called "universal app".
Apps based upon this template use the mentioned separation.
You get folders for iphone and ipad with views in it.