iphone - deleting image heavy custom uitableviewcells -


i have table made custom uitableviewcells contains downloaded images.

ive found app crashes after many images displayed. how can best stop this? don't mind deleting first images, don't know of best way it.

edit

how write images device caching?

post cellforrowatindexpath code. sounds have problem there. if you're not, when receive memory warning, release objects not need, , can loaded again if required. these objects may in other viewcontrollers not on screen or imageview objects displayed.

best can unless post code.

or read apple's memory management guide.


Comments

Popular posts from this blog

php - What is the difference between $_SERVER['PATH_INFO'] and $_SERVER['ORIG_PATH_INFO']? -

fortran - Function return type mismatch -

queue - mq_receive: message too long -