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.
strong
retain
Also, check out this other SO question: @property definitions with ARC: strong or retain?
1.4m articles
1.4m replys
5 comments
57.0k users