Hi,
I am creating a photo preview application - it has some photos in it. When I had not a big amount of images, everything was fine. The app uses UIScrollView to switch between images, basing on the PageControl code example.
But now I added more pictures and I have some trouble with it - it consumes too much memory and my app starts getting app warnings and when I switch between pictures, it's working too slow.
Is there a way to optimize my viewer to support a large amount of image files? I want to achieve something similar to iPhone Photos application - first a low detailed image is being loaded, and than it switches to medium detailed and at the end to high detailed. How is this being done?
Thank you in advance.