Our own senior iOS Engineer Eric Lanz gives tips and tricks for tackling memory management issues. If you missed the webinar, check it out here.
Topics:
- Memory and the History of iOS Memory Management
- Common Memory Bugs: Unsafe Threading, Retain Cycles, Block Capture
- Debugging Memory Issues with the Memory Graph
- Virtual Memory (Dirty vs. Clean Memory)
Check out How To Debug A Memory Leak In An iOS App That Is Caused By A Third Party SDK series:
- Part 1: https://medium.com/the-mobile-mindset/how-to-debug-a-memory-leak-in-an-ios-app-that-is-caused-by-a-third-party-sdk-part-1-of-3-6d9b2b73fa8b
- Part 2: https://medium.com/the-mobile-mindset/how-to-debug-a-memory-leak-in-an-ios-app-that-is-caused-by-a-third-party-sdk-part-2-of-3-b9f604375e08
- Part 3: https://medium.com/the-mobile-mindset/how-to-debug-a-memory-leak-in-an-ios-app-that-is-caused-by-a-third-party-sdk-part-3-of-3-1cc7aaeacc3
You might also be interested in: