I do see many threads discussing their differences in ARC. Can anyone explain to me the differences under non-ARC environment? Thanks
Asked
Active
Viewed 32 times
0
-
`strong` and `retain` are synonyms. – rmaddy Nov 11 '16 at 21:28
-
Curious - why are you coding in MRC? – rmaddy Nov 11 '16 at 21:28
-
@rmaddy these two questions are not entirely same. The point I was addressing is if strong and retain are the same in non-ARC. – yvetterowe Nov 11 '16 at 21:36
-
`strong` didn't exist before ARC. If you use it with MRC, it's just a synonym for `retain`. – rmaddy Nov 11 '16 at 21:36