My app has a 3x3 grid of images that fill the screen. I allow users to take pictures using a UIImagePickerController
, and set these to be displayed on the grid.
Once I get to the 7th or 8th picture, however, my console starts showing that I have memory warnings. Specifically I get bunch of these:
2013-11-05 00:04:46.008 gridTestApp[545:907] Received memory warning.
2013-11-05 00:05:00.445 gridTestApp[545:907] Received memory warning.
I ran a profile and I don't have any leaks. My app uses around 50MB. Any ideas on how to lower this / why my app is crashing?