Strong vs Weak Reference in Cocoa
In iOS we always end up defining our instance variables as @property (strong) or @property(weak). But what does strong and weak mean, and when to use which one? In cocoa,…
Continue Reading Strong vs Weak Reference in Cocoa