Question

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!

Was it helpful?

Solution

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).

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top