I want to develop a gallery such as the native iPhone gallery. But For the large image, when I browse quickly, the memory will increase quickly and will got the low memory warning. I have add some autoreleasepool in the code, when I browse the image very slow, the memory will increase to 100M and sometime down to 20M. If sometime I quickly browse the image, the memory can not be down and the app will crash.
I have read the blog:Using Heapshot Analysis to Find Undesirable Memory Growth
The below screen shot is told the NSData will have 4M heap increase. I am using theKTPhotoBrowser as the gallery framework. What I did not to provide the UIImage to the KTPhotoBrowser.
What can I do to avoid the low memory warning or control the memory increase quickly? Please give me some help.
Please check this open question: KTPhotoBrowser memory issue open question
