Prevent memory issues in iOS development with Swift—Milan Todorovic



Prevent memory issues in iOS development with Swift—Milan Todorovic

Prevent memory issues in iOS development with Swift—Milan Todorovic

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. You will be able to understand deeply, what is retain cycle and how to avoid it, how to write memory safe code and how to use the tools to watch memory usage and detect leaking.
—–

https://wearedevelopers.com/live
Connect to WeAreDevelopers Live, the platform where you can see featured developers working and showcasing live. Keep yourself informed of the latest trends and issues and improve your skills and knowledge. So, if you’re in the mood for learning something new then keep scrolling to find out when the next live sessions are!

—–

Visit the largest developer playground in Europe!
https://www.wearedevelopers.com/

Facebook: https://www.facebook.com/wearedevelopers
Twitter: https://twitter.com/WeAreDevs
Instagram: https://www.instagram.com/_wearedevelopers/

#WeAreDevs

Comments are closed.