Oct 24 2010
iOS Diary: 5 Tips for Leak-free Apps
So you want to do some iOS development, but you’ve heard that memory management is a chore? Have no fear. All you have to do is keep track of a reference count on every object in your application, making sure that when the last live pointer to each dies, the object has a ref count [...]

