避免在UIImageView中拉伸UIImage

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了避免在UIImageView中拉伸UIImage相关的知识,希望对你有一定的参考价值。

我正在加载UIImage UIImageView。 UIImageView具有相同的宽度和长度,当我加载UIImage时,它会被拉伸。

有没有办法在我的UIImageView中加载我的UIImage而不改变它的比例?,我希望图像适合我的UIImageView而不会变形。

答案

将您的imageview的contentMode属性设置为UIViewContentModeScaleAspectFit

以上是关于避免在UIImageView中拉伸UIImage的主要内容,如果未能解决你的问题,请参考以下文章

UIImage 不应在 UIImageView 内拉伸

UIImageView 在边框上拉伸/重复图像并保持其质量

UIImage 在 iOS 5 上没有拉伸

制作 UIImage 的方形裁剪导致图像拉伸

更改 UIImageView 或 UIImage 宽度

将 UIImage 用于 UIImageView 时 UIImage 失真