I have a UIImageView with some fixed rectangle size. But my images are not fixed in size. I want to display images according to the size of the UIImageView rect. Whether the image is large or large in resolution, it should be in a fixed form in accordance with the size of the UIImageView. I am confused about using below assets.
UIViewContentModeScaleToFill, UIViewContentModeScaleAspectFit, UIViewContentModeScaleAspectFill, UIViewContentModeRedraw
What needs to be set in the auto-size mask? How do they behave?
ios iphone ipad uiimageview
DipakSonara Jan 03 '13 at 6:26 2013-01-03 06:26
source share