Theocacao
Leopard
Design Element
Comment on "Garbage Collection and Objective-C"
by Scott Stevenson — May 07
in what way does CoreData not follow the object ownership rules like the rest of Cocoa?

For the most part, the Managed Object Context does all of the memory management of Managed Objects and their ivars. You don't alloc/init them, you just fetch them.
Back to "Garbage Collection and Objective-C"
Design Element

Copyright © Scott Stevenson 2004-2015