Cocoa(touch) memory management is as easy as 1-2-3
There is a common misconception that Cocoa memory management is hard. It's not.
- Use auto-generated accessors religiously
- Release your instance variables in dealloc
- Always use convenience methods to create objects
Labels: Cocoa, Memory management, Objective-C
