Convert between image (pixels) and scaleAspectFit UIImageView coordinates like a champ!
When working with images in iOS, it's sometimes necessary to convert between an image's pixel coordinates and the coordinates of the UIImageView that displays the image. Here's how to do it.