I have a problem with memory and images that I am animating. First thing first, I am using ARC. On my initial screen I have about 60 images to animate. I am using this code
How big is each image that you are loading (pixel wise and file size wise)?
Your best bet is to optimise the images to reduce their file sizes/memory requirements. Try using jpg instead of png if you haven't yet. If they are part of a video sequence you can safely reduce their quality further without having a knockoff on perceived quality.