In my iOS app, I\'m downloading jpeg images from the web, and I\'m wondering how to find the correct width and height of the image so I can display it properly in my iOS app. >
UIImage has the property size
size
image.size.width image.size.height