what is the difference between strong (in LLVM compiler) and retain( in GCC compiler) ?
strong
is a new feature in iOS 5 Automatic Reference Counting (ARC) which behave the same as retain
in iOS 4. Referenced Article.
Also, check out this other SO question: @property definitions with ARC: strong or retain?
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With