Most of the answers I've seen relate to buttons and icons, but what about images? I have several photos in the database of my application, and my question is: should I have many versions of each image (one for each resolution) or scale the image?
scaling images may be a good approach, but you can save some format for caching and avoid processor processing. you cannot choose only one, you can combine.
, , @2x . ....
, - .png .jpeg - , . UIImage ...
UIImage