views:

15

answers:

1

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.

+1  A: 

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

Justin