“Add unimplemented methods” in Xcode like in Eclipse

rhypeItarry

New Member
I'm looking for a shortcut or any possibility to add unimplemented Methods like I use it everytime in Eclipse.What I mean is if I declare a method in my .h file like:\[code\]#pragma mark Getter-(NSDate *)date;-(unsigned int)number;-(double)longerNumber;\[/code\]and after this declaration I can go into my implementation .m file import this interface and press some combination or get an advice where I can click on to implement these methods automatically.Does somebody know something about that possibility or another fast workflow?Thanks in advanceyves
 
Top