如何像 XCode 3 一样查看 XCode 4 中的对象层次结构?
在 Information Builder 中,我需要查看/导航 XIB 中的所有对象,并且喜欢使用 Xcode 3 中的对象层次结构视图。但是,在 XCode 4 中,它只显示顶级对象,而不显示子对象。我怎样才能在 XCode 4 中查看它们?
In Information Builder, I need to view/navigate all the objects in a the XIB and like to use the object hierarchy view in Xcode 3. However, in XCode 4, it just show the top level objects, but not the child objects. How can I view them all in XCode 4?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
感谢其他答案,这对我很有帮助。对于未来的答案寻求者来说,xcode 4.2 对我来说看起来有点不同。按左下角的灰色“播放”按钮会弹出层次结构。
Thanks for the other answers, that helped me. For future answer seekers, it looked a bit different for me in xcode 4.2. Pressing the grey"play" button in the bottom left corner poped out the hierarchy.
单击显示对象的装订线左下角的箭头
Click on the arrow in the lower left of the gutter that shows the objects
您还可以简单地从窗口右侧拖动对象视图窗口。然后它将显示所有对象及其层次结构。
You can also simply drag the object view window from the right side of the window. It will then show all the objects and their hierarchy.