开发者

Generate skeleton method bodies in implementation files in Xcode

开发者 https://www.devze.com 2023-01-16 00:32 出处:网络
In Xcode, for Obj-C programs, is there a way 开发者_C百科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,

In Xcode, for Obj-C programs, is there a way 开发者_C百科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.


if you do a lot of OS X/iOS development, the best option i know of (for objc) is Accessorizer.app.

0

精彩评论

暂无评论...
验证码 换一张
取 消