iOS中Cornered UIImageView中的不需要的内容

时间:2016-02-15 10:17:59

标签: ios xcode uiimageview cornerradius

我正在尝试使用 Layer.CornerRadius 属性裁剪 UIImageView 来获取圆形图像(如whatsapp dp),但结果令人惊讶。该图片显示了上一页中不需要的内容。 Please take a look at the image here.

2 个答案:

答案 0 :(得分:0)

您似乎已在该图片中添加了背景图片!确保没有背景图像并设置该图像背景颜色的清晰颜色!

答案 1 :(得分:0)

您似乎没有为图片添加遮罩。你设置了clipToBounds = true吗?