Quote:
Originally Posted by DevTeamOfOne
It certainly is very expensive to use images in that way. You are also adding to the RAM by demaning the images be held by the OS. When they are referenced from WITHIN the app, they aren't held in ram till they are required. Here, when the table view is created, it references them immediately and takes mega RAM.
Make sense?
|
Okay, thank you :-)
so how can i display an image from an web url in a tablviewcell ?