gpt4 book ai didi

swift - 如何改变图像的大小?图像未填充

转载 作者:行者123 更新时间:2023-11-30 12:12:09 25 4
gpt4 key购买 nike

我正在尝试使图像变圆。它已经是128x128(宽度和高度),圆角半径是64。我想在剪切照片之前放大以拍摄图片的完整圆角尺寸。

Example

如何缩放?

我的代码:

profileImage.layer.cornerRadius = 64
profileImage.clipsToBounds = true

我想把它做成这样:

Borders are rounded here

最佳答案

您应该将UIImageView的内容模式设置为.scaleAspectFill。这样,图像将填满整个容器而不会扭曲它。

profileImage.contentMode = .scaleAspectFill

关于swift - 如何改变图像的大小?图像未填充,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/45919697/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com