如何分隔图像的边框?

时间:2019-04-02 16:25:45

标签: ios swift uiimageview constraints

如何使边框距图像更远,而不是直接附加到图像上,如屏幕截图所示 enter image description here

3 个答案:

答案 0 :(得分:1)

要具有圆角,必须设置

<?php namespace bsms;
use Cartalyst\Sentinel\Users\EloquentUser;
use Illuminate\Database\Eloquent\SoftDeletes;
use Cviebrock\EloquentTaggable\Taggable;

为了使边界距边界更远,只需更改约束的值即可。

答案 1 :(得分:0)

尝试一下

imageView.layer.cornerRadius = 10
imageView.layer.masksToBounds = true

答案 2 :(得分:0)

我不知道我是否正确理解了这个问题,但您可能正在寻找类似的东西:

awakeWithContext