PDA

View Full Version : Complete Cocoa/Foundation reference?




CaptSaltyJack
Apr 24, 2009, 12:04 AM
NSMutableArray, NSInteger, NSBundle, NSOpenPanel, etc. etc...where can I get a complete list of these classes, and explanations of what they do and their methods/props/etc? I mean, once I get the knack of coding in ObjC 2.0 and how to build simple apps, how do I continue from there and learn what all the different classes are and what they do?



lee1210
Apr 24, 2009, 12:25 AM
XCode comes with reference documentation, but Apple also keeps up-to-date references online:
http://developer.apple.com/reference/Cocoa/index-title.html

This is where I always look.

-Lee

CaptSaltyJack
Apr 24, 2009, 12:44 AM
Thanks!