在 Xcode 的实现文件中生成骨架方法体

发布于 2024-09-19 07:40:45 字数 109 浏览 5 评论 0原文

在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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

枯叶蝶 2024-09-26 07:40:45

如果您进行大量 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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文