UIImage比约束尺寸更大

时间:2018-06-08 12:02:44

标签: swift constraints

enter image description here

我的约束:

宽度= 100 身高= 100

我正在使用SDWebImage,图像看起来很不错,然后它们会变大。

我不确定如何使用拥抱和压缩自动布局来确定优先级。

2 个答案:

答案 0 :(得分:0)

您需要设置

self.imageView.clipsToBounds = true

答案 1 :(得分:0)

func tableView(_ tableView: UITableView, cellForRowAt indexPath: IndexPath) -> UITableViewCell{
    let cell = taBleView.dequeueReusableCell(withIdentifier: "cell") as! TableViewCell

    cell.imageview.clipsTobounds = true