UIImageView vs UIView w/ Image - efficiency
问题 This is not really a question about addressing a specific problem but more a request to be pointed in the right direction. I am making an app where I am loading several images (saved as JPGs) onto a screen at the same time and this has to be the way it is, I can't unload any of them because they are all being shown at once. I tried loading 30 images at about 800px*600px resolution naively thinking that it only loads the 'compressed' size of the pictures into memory (this being about 200 KB) -