Strong vs Weak Reference in Cocoa

  • Post comments:1 Comment

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

Creating your own COCOAPOD

  • Post comments:7 Comments

Now a days it is fairly common to use CocoaPods to your project as the dependency manager for your iOS and MacOs projects. I have been using it for quite…

Continue Reading Creating your own COCOAPOD

End of content

No more pages to load