Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

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

instruments screen shot

share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.