objective c - UIImageView UIViewContentModeScaleToFill - image Streches when using this -


i using uiviewcontentmodescaletofill fill image in imageview. image looks streched. how fix this?

you can't fill in imageview , @ same time have preserve aspect ratio. if want image not stretched use:

uiviewcontentmodescaleaspectfit 

find more details here


Comments

Popular posts from this blog

monitor web browser programmatically in Android? -

Shrink a YouTube video to responsive width -

wpf - PdfWriter.GetInstance throws System.NullReferenceException -