How do I create message chat bubbles on the iPhone programmatically (like in iPhone Messages)

StackOverflow https://stackoverflow.com/questions/13435870

  •  30-11-2021
  •  | 
  •  

Вопрос

I was wondering if there is a way to build those chat bubbles programmatically from iOS? If not iOS' own, then are there any decent open source libraries that will let me do that?

Это было полезно?

Решение

Some examples here and here. You may also want to look at the resizableImageWithCapInsets method of the UIImage class

Лицензировано под: CC-BY-SA с атрибуция
Не связан с StackOverflow
scroll top