Generate skeleton method bodies in implementation files in Xcode
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.
精彩评论