metablog
Sunday, September 20, 2009
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
Wow, that wasn't too hard!
‹
›
Home
View web version