简体   繁体   中英

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

在此处输入图像描述

I am trying to create a profile image selection button. However, every time I select an image with UIImagePickerController, the image overflows the bottom of the button border. Is there a way to make sure the image stays within the border

Set buttons clip to bounds true

button.clipsToBounds = true

Select clipToBounds from attributes section, or add button.clipsToBounds = true . Try using Autofit as well. it is also available in attribute section on storyboard.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM