I'm trying to get my chat bubble image file to have a more rounded edge. Right now this is what it looks like:

enter image description here

And this is with

resizableImageWithCapInsets:UIEdgeInsetsMake(12, 12, 58, 22)

The image file that I am using looks like this

enter image description here

I've tried a lot of inset values but I can't figure out which one would work. Thanks!

有帮助吗?

解决方案

Changing the cap insets cannot change the rounding of the corners. You need to change the original image (the one that you show second in your question).

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top