basically, I have an issue with image loading. I am currenly loading about 10-15 images fo 1024 by 768 in a scroll-view. The app sometimes crashes with uiviewcontroller receiving memory warning then a big signal 0. I believe it is being caused by the images. I tried changing the way the images load from using the method: imagenamed to initwithdatacontent but I cannot see any difference. In my instruments the peak never goes beyond 2.5mb and the UIImage objects don't go beyond 1mb so I don't know if it is the images causing it. I believe I should introduce lazy loading which is to i.e only load the previous, current and next image according to the content offset.
Anyone got any idea? Are the images definitely the culprits?
Many thanks.