I\'m really pulling my hair out on this one, it seems that I\'m having severe issues with memory management on an iOS app.
Here\'s the case: first I load table. When the
I think you might want to try to optimize your design first and read guides for efficent memory management. A better understaning of the components and the runtime helps more than tracking memory allocations and will make it easier to find the leaks.