gpt4 book ai didi

ios - UIImage 如何使用 capInsets 调整气泡图像的大小?

转载 作者:行者123 更新时间:2023-11-29 10:50:55 25 4
gpt4 key购买 nike

我有像气泡一样的图像,我需要动态调整大小。附上例子。我将有动态文本,我只需要调整气泡直线部分的大小。中间留向下箭头我怎样才能做到这一点?谢谢

enter image description here

最佳答案

你可以使用方法:

- (UIImage *)stretchableImageWithLeftCapWidth:(NSInteger)leftCapWidth topCapHeight:(NSInteger)topCapHeight;

这样调用:

UIImage* image = [[UIImage imageNamed:@"bubbleImageName.png"]
stretchableImageWithLeftCapWidth:15 topCapHeight:13];

更改 capWidth 和 capHeight 值

关于ios - UIImage 如何使用 capInsets 调整气泡图像的大小?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/20494660/

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