I\'d like to show an image in an iPhone app, but the image I\'m using is too big. I\'d like to scale it to fit the iPhone screen, I can\'t find any class to handle it.
My ImageView was set in IB, and I would need to show multiple images, so set the image of imageView, instead of creating ImageView for individual image.
After I set the image view frame size, I am still see the same result, the image was too big, so that only part of the image was displayed on the screen.