I have app Containing Images Which has to show in cells of UITableView
for this images URL
coming from server. This images are HD or some time it is normal images.
I am using SDImageCashe
for loading image from server and to show.
Some Times this will crash
my app due to loading this images.
Can any one tell me how to resize this images so that to avoid memory issues
.
Also one thing this image i have to show in TableView, and this contain is pagination.
Thanks in advance.