Objective-C, Day 2

from blog Praise, Curse, and Recurse, | ↗ original
(Warning: non-FP content) So today I'm working on chapter 3 in iOS Programming. This is about memory management. I have vague memories of manual reference-counting using retain and release in earlier experiments with Objective-C, but this book teaches ARM (Automatic Reference Counting). You enable ARM when you configure an XCode project of iOS....