xcode 如何让Xcode再次显示其启动屏幕?
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/10491303/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
How to get Xcode to show its startup screen again?
提问by RobertL
When I started Xcode I always got a screen that let me choose which project to open, or to start a new project, or a few other options. A few days ago I noticed it had a checkbox that was prechecked that said something like "Always show this screen on startup". Unfortunately, I unchecked it. I thought it would just reopen the last project I was editing but that's not what it does. Now Xcode just launches without opening any window at all so you have to go into its File menu, choose open, and find your project. I want to go back to the previous (default) behavior but I can't find any way to go back.
当我启动 Xcode 时,我总是有一个屏幕让我选择要打开的项目,或开始一个新项目,或其他一些选项。几天前,我注意到它有一个预先选中的复选框,上面写着“始终在启动时显示此屏幕”之类的内容。不幸的是,我取消了它。我以为它只会重新打开我正在编辑的最后一个项目,但事实并非如此。现在 Xcode 直接启动,根本没有打开任何窗口,所以你必须进入它的文件菜单,选择打开,然后找到你的项目。我想回到以前的(默认)行为,但我找不到任何回去的方法。
Does anyone know how to get that opening screen to show again? (It's not in preferences.)
有谁知道如何让那个打开的屏幕再次显示?(这不在偏好中。)
回答by Hailei
From Xcode 4 and above versions, it's "Window" -> "Welcome to Xcode (??1)".
从 Xcode 4 及以上版本开始,它是"Window" -> "Welcome to Xcode ( ??1)"。
On the older Xcode 3, it's "Help" -> "Welcome to Xcode".
在较旧的 Xcode 3 上,它是"Help" -> "Welcome to Xcode"。
If you want to see the window every time Xcode starts, please tick "Show this window when Xcode launches":
如果您想在每次 Xcode 启动时看到该窗口,请勾选“Xcode 启动时显示此窗口”:
Beware that you need to hover over this window to see this checkbox.
请注意,您需要将鼠标悬停在此窗口上才能看到此复选框。
回答by shamlan khaled
Step 1
Start Xcode, go to the top navigation bar called Window, click on Welcome to Xcodeit will show you the project screen:
步骤 1
启动 Xcode,转到名为Window的顶部导航栏,单击Welcome to Xcode,它将显示项目屏幕:
Step 2
Look at the bottom of the welcome screen, there will be "show this window when Xcode launches", tick it:
Step 2
查看欢迎界面下方,会出现“在Xcode启动时显示此窗口”,打勾: