Documenting Objective C classes, methods and variables
- by Alex Reynolds
What are good approaches to documenting ObjC classes, variables and methods, esp. for automated, downstream class creation, documentation creation, and general integration with Xcode?
As an example, I like to use:
#pragma mark -
#pragma mark UITextField delegate methods
for demarcating chunks of code of interest, for quick access from within Xcode.