Auto Layout keeps stretching UIImageView

前端 未结 5 1353
旧巷少年郎
旧巷少年郎 2021-01-03 18:44

I am using Auto layout and it\'s driving me crazy. I have done everything I could to prevent UIImageView from stretching all over. I have no idea why it does that. I tried u

5条回答
  •  旧时难觅i
    2021-01-03 19:07

    I had the same problem. I added a UIImageView into a prototype cell and wanted to align it next to the text but it kept stretching the image when I applied the constraints. In my case, I changed the 'Mode' property for the Image View to 'Aspect Fit' and it worked fine.

提交回复
热议问题