views:

14

answers:

0

Hi, I have images of size 100x50 each. I have to display them in an image view of smaller size. Hence I specify the image view frame width as 74 and height as 37 and I specify the content mode as UIViewContentModeScaleAspectFit. The images appear fine in simulator and also on iPhone 3G. But they appear slightly cropped at the bottom on an iPod touch 2G. Both have the same iPhone OS on them. Can anyone suggest what could be the possible reason for this and the solution.

Thanks in advance.