So I have been doing some research on how to handle the different resolutions of iPhone screens. In the documention, found here: https://developer.apple.com/iphone/library/documentation/iPhone/Conceptual/iPhoneOSProgrammingGuide/SupportingResolutionIndependence/SupportingResolutionIndependence.html#//apple_ref/doc/uid/TP40007072-CH10
They say that using a naming convention and doubling your number of assets is how to do it. This is all well and good for local images, but Doesn't discuss how to get images from a server. Do I just need to query the device resolution before I pull the appropriate image from the server? Is it just that simple?