Adding iPad XIB/VIEW to a “View Based Application” in iOS 4
问题 I've created a View Based Application in XCode4 and trying to do the code and UI design according to the way Apple have intended it to be. So I designed the UI in the AppNameViewController.xib and it works fine; now I want to enable it as a UNIVERSAL application that runs on iPad as well. I changed the App-Target>>Summary>>Devices from iPhone to Universal and miraculously XCode had automatically created MainWindow-iPad.xib (Apple, very nice...), but since I designed the application first