I am new to object-oriented programming and am attempting to learn using OSX PB on my home machine. I also have several NeXT's and went through the excellent exercises in "NeXTstep Programming. Step One..." and am finding it fairly easy to adopt to the slightly different UI of Interface Builder and Project Builder in OSX after using these programs in NeXTStep 3.3. The core concepts of Class, method, instance, inheritance, action, outlet, etc. are beginning to make sense to me. I am attempting the Stepwise "Vermont Recipes" series and got about halfway through the first recipe before I became a little confused - I am afraid that these exercises are a little advanced for me.
It appears that the key to programming in Cocoa, after the key concepts have sunk in, is to have an easy reference to the hierarchy of classes used in Cocoa development. One needs, it seems, a graphical representation of the class hierarchy similar to the one for NeXTstep in the "NeXTstep Programming..." book. Furthermore, it would be nice to have an easily referenced description of each class. I realize that the latter can be found in the online (html) documentation, but I was looking for something a little more accessible.
I was wondering in any experienced Cocoa developers could give me some feedback about where to find these items or, indeed, whether there is some other way to obtain the needed information (such as an online "class browser" or something similar)?
Thanks very much.
Warren Nagourney