When not compiling with ARC, it is recommended to use copy
properties for data types such as NSString
. I could not find proper documentation on the use of copy
in ARC mode. Can someone tell me what's applicable for ARC?
When not compiling with ARC, it is recommended to use copy
properties for data types such as NSString
. I could not find proper documentation on the use of copy
in ARC mode. Can someone tell me what's applicable for ARC?