Hey all,
So the problem I'm having is I have a UIImageView that is 100 x 100 on the iPhone (200 by 200 on the iPhone 4). I'm retrieving an image from a server that is 200 by 200 pixels and setting my UIImageView to it.
This looks fine on the iPhone, but looks blurry on the iPhone 4. I think my problem has to do with UIImage scale property, but since I cannot use or build for the 4.0 SDK, I'm kind of stuck. Anyone have ideas on how to scale images properly for the iPhone 4 using the 3.2 SDK?
Thanks!