In this lesson, I will explain how Swift creates objects, what exactly happens in memory during the program execution and how Automatic Reference Counting (ARC) works. All this works great, but if you have a lot of objects with complex relations and maybe send references as input parameters to closures, without taking care, you can experience memory leaking.

#ios development #automatic reference counting

Prevent memory issues in iOS development with Swift
1.25 GEEK