How to use dealloc when dealing with auto-synthesized properties?
问题 I'm relatively new to iOS development so please excuse me if this is a retarded question. I've read this but am still a bit confused. I'm not using ARC. (Yes yes, I know I should but I don't at this point) In my class header I have this /*-----------------------------------------------------------------------+ | The name of the sender/receiver +-----------------------------------------------------------------------*/ @property (nonatomic, retain) NSString *name; I do NOT synthesize this