Monday, February 27, 2012

Objective C Explanation

I found the following post at Cocoa Dev an excellent introduction to the Objective-C programming system. It has cleared up quite a bit of confusion regarding accessors, object instantiation and properties.

http://cocoadevcentral.com/d/learn_objectivec/

I now need to find a good explanation of the memory management model (when and how to use garbage collection vs. code level memory mgmt).

No comments:

Post a Comment