iPhone image distortion
- by Corey Floyd
Are there any reasons why the simulator will display UIImageViews properly, but incorrectly on the iPhone?
My Process:
An image in a PNG file
Start a UIGraphicsBeginImageContext()
Draw the PNG in a CGrect
Draw text in the CGRect
Create an UIImage from the context
Set the image of a UIImaveView to the UIImage
Set the frame of the UIImageView to…