Daily iOS
Memory and ARC

Objective-C property attributes

In Objective-C, why do you use copy instead of strong for an NSString property, as in @property (nonatomic, copy) NSString *name;? Pick the best reason.

Pick one

Submit