//防止图片变形
//防止图片走形 (内容扩展填充固定方面。部分内容可能剪。 contents scaled to fill with fixed aspect. some portion of content may be clipped.)
imageView.contentMode =
UIViewContentModeScaleAspectFill;
imageView.layer.masksToBounds = YES;
转载于:https://www.cnblogs.com/longiang7510/p/5411587.html
转载请注明原文地址: https://win8.8miu.com/read-8653.html