iOS Saving Images to documents directory slowing down app

403 views Asked by At

I am currently writing an app where I allowing a user to select images from the photos app, and add them to my app. I find that when the users does this a couple times it is fine. The problem comes in when they do this 5-6 times, it starts to slow the app down.

I am freeing up resources, and ran it through instruments and found no leaks. I'm just curious if there are any other things I should consider when saving images to the app this way. I just not seeing anything obvious at this point.

1

There are 1 answers

3
jwdmsd On

Try FreeImage or OpenCV library for reading/writing Images. Maybe they'll be more efficient than yours