gpt4 book ai didi

iOS - 在圆形按钮内制作 UIImage

转载 作者:行者123 更新时间:2023-11-29 02:58:39 25 4
gpt4 key购买 nike

现在每个人都喜欢他们一些圆形的头像。所以我想我也是。话虽如此...

我将 UIImage 设置为 UIButton 的背景图像。我需要做的是将个人资料图片完全变圆。这是我的代码……谁能给我指出正确的方向?

NSString* photoUrl = [NSString stringWithFormat:@"%@%@", URL_IMAGE_BASE, photoFileName];
NSURL *myurl2 = [NSURL URLWithString: photoUrl];
UIImage *image = [UIImage imageWithData: [NSData dataWithContentsOfURL:myurl2]];
[_goToProfileEditButton setImage:image forState:UIControlStateNormal];
[_goToProfileEditButton setBackgroundImage:image forState:UIControlStateNormal];

最佳答案

使按钮成为完美的正方形(相同的宽度/高度),并使用按钮层的cornerRadius 属性并将其设置为其宽度/高度的一半。您需要导入 QuartzCore header 才能访问 layer 属性。

关于iOS - 在圆形按钮内制作 UIImage,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/23553432/

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