I use UIImageView in my project, and when I test it on iPhone 4 simulator the image shrinks:
However, on iPhone 5 the image is OK:
I use Scale to Fit mode
(I tried different modes), Autoresize Subview
and Autolayout
are unchecked. Why this happening?
Thanks!