在 Xcode 的实现文件中生成骨架方法体
在Xcode中,对于Obj-C程序,如果我在相应的.h文件中添加新方法或实现接口,是否有办法在.m文件中生成骨架方法体?就像在Eclipse中一样,如果你实现了一个接口,它就会根据接口的定义引入方法骨架。
In Xcode, for Obj-C programs, is there a way to generate skeleton method body in the .m file if I add a new method or implement an interface in the corresponding .h file? Like in Eclipse, if you implement an interface, it will bring in the method skeleton according to the definition of the interface.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果您进行大量 OS X/iOS 开发,我知道(对于 objc)最好的选择是 Accessorizer.app。
if you do a lot of OS X/iOS development, the best option i know of (for objc) is Accessorizer.app.