I have made an iphone app in which i download the images via FTP & saved in document Directory. These Images are of high memory size (approx. 2-3 MB).
Then I display these images in UITableview with many rows & due to these Images the allocation memory is too big & that's why app crashes.
So, I need to reduce the memory size of these images.
How can I do this?
Thanks,