为什么在 swift 中选择的图像会溢出按钮边框?

Why does a selected image overflow the button border in swift?

我正在尝试创建个人资料图片 selection 按钮。但是,每次我使用 UIImagePickerController select 图像时,图像都会溢出按钮边框的底部。有没有办法确保图像保持在边框内

将按钮剪辑设置为真

button.clipsToBounds = true

Select clipToBounds 来自属性部分,或添加 button.clipsToBounds = true 。 也尝试使用 Autofit。它也可以在故事板的 attribute 部分找到。