I am using ARC and the app crashes saying received memory warning. I have used the apple instruments and got
5
It looks like I do not have any leaks but I cannot find where is wrong. The crash has to do with the memory and due arc I cannot use release and any sort. It is my first time dealing with memory usage using arc. Is there away I can Debug this since I am dealing this for nearly two months. I have my code on my git hub so it will be helpful if you look at it. You can find it here.
I am confused now that it may because I need to set the UIImage
instant to which the user capture the image to nil
each time. It looks like it is creating the instance again without dealloc the old image. How am I able to clear this stuff. I really need help. Thanks.