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.
1 for saving me 2 hours of porting xibs by hand. Thank you! – Evan Moran Mar 22 at 1:56 Welcome.
I remembered encountering it a few weeks ago while writing about 4's targets. (shameless Xcode book plug) ;-) – Joshua Nozzi Mar 22 at 2:07 Thank you very much, you really saved my day :)) – freedev Oct 14 at 0:01.
In addition to Joshua's step you need to set the target to iPhone or it doesn't give you the option to "Choose to Duplicate and Transition to iPad". If the target is set to universal it does not work.
You can also do a search-and-replace on a copy of your iPhone . Xib file in a text editor, replacing the term "IBCocoaTouchFramework" with "IBIPadFramework".
Lifesaver, thanks! – wxs Jul 28 at 20:14.
A slightly longer way, to build one from scratch. When all else fails, try the following: You have to create, through Xcode4, a new MainWindow file for the iPad version. In Xcode 4, File > New File.
Choose IOS > User Interface > Application, then Next. Choose Device Family (assume iPad). Call it MainWindow-iPad.
This creates a new MainWindow-iPad. Xib file. Now, you have to link it to the app delegate.
Click on the new MainWindow-iPad. Xib file under your file tab. Click on App Delegate.In the inspector window, choose the 3rd pushpin.
This is the identity inspector. Choose the class of your appDelegate. Now, link it to the window for the screen, plus add any navigation controllers, etc. , for this screen.
Go back to the app delegate row under objects, and control-click from the app delegate to the Window, to make that an outlet. Drag Tab bar controller from the library, and add it below the window. Control-click on the app delegate, dragging to the tab bar controller.
Make that an outlet. This gives you a complete MainWindow-iPad file. Now, select the Target, change deployment to Universal, and change the Main Interface under iPad Deployment Info to MainWindow-iPad.
That should do it!
I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.