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.
In Interface Builder, select your UIImageView. From the Tools menu, select "Attribute Inspector". In the Image View Attributes palette, select "Scale to Fill" from the Mode popup. That should scale your image to fit.