0

I use UIImageView in my project, and when I test it on iPhone 4 simulator the image shrinks: enter image description here

However, on iPhone 5 the image is OK: enter image description here

I use Scale to Fit mode (I tried different modes), Autoresize Subview and Autolayout are unchecked. Why this happening?

Thanks!

4

1 回答 1

1

Check your AutoSizing:

enter image description here

You should remove the inner arrows if you don't want to see any change when moving between iPhone 4 and 5

于 2013-05-30T13:30:56.200 回答