I\'m working on a major update to one of my applications and trying to cut down memory usage and making it cleaner and faster. I was using Instruments to profile the app and
Dont use the image asset... Copy the images to you a folder into your project an load it by code with imageWithContentOfFile it works to me