Xcode 4.0.2 中的检查器窗口在哪里

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

Where is the inspector window in Xcode 4.0.2

xcodeios4

提问by Tono Nam

Before I used to open the inspector window ( Segmented Control Attributes) like: enter image description here

在我以前打开检查器窗口(分段控件属性)之前,例如: 在此处输入图片说明

Now that I upgrated to Xcode 4.0.2 I have this: enter image description here

现在我升级到 Xcode 4.0.2 我有这个: 在此处输入图片说明

How could I open the Inspector window in Xcode 4.0.2?

如何在 Xcode 4.0.2 中打开 Inspector 窗口?

回答by John Parker

I think the problem might be that you've hidden the Utilities view. To re-enable this, simply click on the rightmost of the "View" icons in the main window, as shown below.

我认为问题可能在于您隐藏了“实用程序”视图。要重新启用此功能,只需单击主窗口中最右侧的“查看”图标,如下所示。

Utilities view toggle

实用程序视图切换

Incidentally, if you just single click on the .xib file, it'll open in the main view rather than a new window, which is probably more useful in this instance.

顺便说一句,如果您只是单击 .xib 文件,它将在主视图中打开,而不是在新窗口中打开,这在这种情况下可能更有用。