I am noobs at Xcode. I am on my second day of learning.
When I start Xcode, the main window has a button for “Getting Started with Xcode” and a subsequent link for “Xcode workflow tutorial”
Now I would simply like the help to be open at the same time as the IDE so that I can read and code. I clicked on the Xcode icon that opened up the original instance, but that doesn’t seem to do anything.
How do I get both things to stay open at the same time?
Follow these steps –
Step 1: On opening X-Code, this window turns up-
Step 2: On clicking Getting started with Xcode , gives –
Step 3: On clicking Start Developing with Xcode gives-
Step 4: On clicking the link – Xcode Workflow tutorial present in
Write a Sample Applicationgives-Notice that in all the process your Xcode menubar remains unchanged i.e.,
Now, Click on
File(orCmd + Shift + Nkeyboard shortcut) , and selectNew Projectshould pop up the windows as shown in Workflow tutorial. Select the application type, saving should bring you new Xcode project. Arranging the two windows side by side should look some what like this –Now code while you learn from the Workflow tutorial 🙂
Hope this is helpful.