如何在xcode4中显示类引用的属性和方法列表?
在 xcode3 中,显示在框架中的引用的属性和方法列表。 我们可以在 xcode4 中做同样的事情吗?
In xcode3, list of properties and methods of a reference where displayed in a frame.
Can we do the same thing in xcode4?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
尝试在代码编辑器上按 esc,就会出现可用的方法。
如果您想查看文档:按 alt + 单击该对象
Try esc on the code editor, the avable methods appearing.
If you want to see the documentation: press alt + click on the object