objective c - UIImageView UIViewContentModeScaleToFill - image Streches when using this -
this question has answer here:
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
Post a Comment