Xcode has such convenient temporary savers in the script menu, called "Code Extension", "Eliminating Clipboard Space Separators" and "Code-> Place Separators on the Clipboard". These scripts automate the generation of getter and setter methods for any selected instance variables.
Does anyone know of a similar script that outputs Objective-C 2.0 property declaration statements?
source
share