Welcome
  • This Course
  • Download Sample Code
  • Free Online Courses
  • Free Stuff On iOSBFree.com
What Is ARC?
  • What Is ARC? (Automatic Reference Counting)
3 Reference Types (strong, weak and unowned)
  • Strong References
  • Weak References
  • Unowned References
Capturing Objects Inside Closures
  • How Closures Capture Objects
  • Engineering Decisions Using Strong References In Closures
  • Always Execute Your Callbacks Using Strong References