Opening Xcode help file and application at the same time

狂风中的少年 提交于 2019-12-12 02:35:10

问题


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?


回答1:


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 Application gives-

Notice that in all the process your Xcode menubar remains unchanged i.e.,

Now, Click on File(or Cmd + Shift + N keyboard shortcut) , and select New Project should 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.




回答2:


You can open the documentation window via Cmd-Option-? and search for Getting Started with Xcode there. The option to open the documentation is also under the Help menu.

I generally open a project first and then open the documentation afterwards, if necessary.



来源:https://stackoverflow.com/questions/4675680/opening-xcode-help-file-and-application-at-the-same-time

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!