Memory Management Tutorial for iOS
A memory management tutorial focusing on memory management - the first in a 3-part series. ... Remember that when you created the array with alloc/init, it had a retain count of 1. So when you’re done with the array, you need to decrement the retain count...