Documenting Objective C classes, methods and variables

Posted by Alex Reynolds on Stack Overflow See other posts from Stack Overflow or by Alex Reynolds
Published on 2010-04-17T07:29:08Z Indexed on 2010/04/17 7:33 UTC
Read the original article Hit count: 281

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.

© Stack Overflow or respective owner

Related posts about objective-c

Related posts about xcode