UIImage在接收图像时会超出其约束范围

时间:2015-10-18 06:03:21

标签: ios swift uiimage swift2

我有以下布局受多个UIStackView对象约束:

enter image description here

当我运行应用程序时,我按预期获得布局:

enter image description here

然而,当我从服务器加载图像时,图像会扩展到它的边界并覆盖前两个标签:

enter image description here

我过去遇到过这个问题,然后我决定逃避它。这次我想找出解决这个问题的方法。我尝试过使用如下调用:

imageView.layer.masksToBounds = true imageView.clipsToBounds = true

但没有效果。

0 个答案:

没有答案