Reading List
NSCopyObject, the Griefer That Keeps on Griefing from Michael Tsai RSS feed.
NSCopyObject, the Griefer That Keeps on Griefing
Wade Tregaskis: Almost nobody intentionally uses NSCopyObject, but your superclass might, and therefore you might.[…]Someguides specify a better method, which is to manually zero out the copied object’s ivars and then repopulate them via formal property setters. That actually works with or without ARC, although it may break – causing memory leaks – if the […]