XCode 4 中隐藏的运行/停止按钮

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/9796034/
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

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-09-14 23:43:41  来源:igfitidea点击:

Run/Stop buttons hidden in XCode 4

xcodebuttonview

提问by Chet

I cannot get to the run and stop buttons outside of full screen mode in Xcode 4. Does anyone know how to get out of this view?

在 Xcode 4 中,我无法在全屏模式之外使用运行和停止按钮。有谁知道如何退出此视图?

It is absurd that this is wasting my time. I should have never upgraded.

这是荒谬的,这是在浪费我的时间。我不应该升级。

回答by jonkroll

In the XCode menu, select View -> Show Toolbar.

在 XCode 菜单中,选择View -> Show Toolbar

回答by user4215445

That happens to me still in Xcode 5 and 6. I think the redraw just doesn't redraw the toolbar sometimes.

我仍然在 Xcode 5 和 6 中发生这种情况。我认为重绘有时不会重绘工具栏。

Try exiting out of full-screen mode ('View > Exit Full Screen' in Xcode 6), then going back to full-screen mode again. That usually triggers a refresh and the toolbar reappears.

尝试退出全屏模式(Xcode 6 中的“查看 > 退出全屏”),然后再次返回全屏模式。这通常会触发刷新并重新出现工具栏。