Search
Rich's Mad Rants
Powered by Squarespace

Creating iOS 5 Apps Discussion > Page 410 - Errata: use of retain

All instances of retain should be replaced by strong.

January 3, 2012 | Unregistered CommenterScott

Actually, I left the property as retain, since that's the code that Xcode generates. Either retain or strong will work here since Core Data handles all the memory management.

January 4, 2012 | Registered CommenterRichard Warren

Oh yeah, and you did mention that in the book. Sorry about that!

January 4, 2012 | Unregistered CommenterScott