Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

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?

like image 661
geekyaleks Avatar asked Nov 17 '12 23:11

geekyaleks


1 Answers

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

like image 157
sooper Avatar answered Oct 02 '22 15:10

sooper