I am working on UIImageview
image. I downloaded the image above using AsynchronousFreeLoader
and assigned it to imageview, but the image is stretching a lot.
I used the contentmode is UIViewContentModeScaleAspectFit
. I already tried to set it to UIViewContentModeScaleAspectFill
, but it is also stretched.
Image size is 400 x 400 and send it to server.
Can anyone tell me how to show the image in imageview without stretching it?