Tags / memory-management
dealloc vs viewDidDisappear for Memory Management: A Guide to Proper Release
Understanding Memory Leaks in iOS with addSubview and removeFromSuperview: A Guide to Efficient Memory Management
Understanding Memory Management in Cocoa: Do I Need to Release Objects in NSMutableArray?
Optimizing Large File Downloads to Avoid Memory Warnings in iOS
Understanding Objective-C Memory Management and Deallocating Memory in Table View
Crashing iOS App with Class Retain: Message Sent to Deallocated Instance
Understanding Objective-C's Weak Reference to an Object in Arrays
Release Dictionary Instance: When to Say Goodbye to Memory Leaks in Objective-C
Improving Memory Management in Objective-C: Best Practices for viewDidUnload and dealloc Methods
Resolving Core Data Store Issues with Weak References and Synchronization in Objective-C Development