To extend on the subject, ...without crashing? I load about 15 full size images from the photo library in UIImageViews and get out of memory warnings and eventually an app crash. These images range from around 250KB to 400KB. The UIImageViews are set to aspect fit.
The photo library seems to load smaller file size versions of images, rather than just resizing their proportions. Does anyone know how it is able to display so many without crashing because of memory usage?