Advanced Memory Debugging with Xcode Tools

I’ll give an overview of possible memory issues a developer may encounter with Swift and ARC (what happens under the hood).
I’ll highlight some common code patterns that could cause memory issues
Finally I’ll present 1 or 2 examples (time allowing) walking through memory debugging and how I go about solving memory issues

Code

Speakers