December 2011
1 post
#Defining your wrappers
I’m working on a new project that uses ARC, because, frankly, I suck at memory management (in Objective-C and in real life). Zeroing weak references (ZWRs) are my absolute favorite new feature, as I use weak references fairly often to reference the parent object in a tree. So, I was very disappointed to learn that ZWRs do not, in fact, work on Snow Leopard.
Luckily, the Mac community came...