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?
Asked
Active
Viewed 7,370 times
11
-
4Why did this get a vote down? This is perfectly valid question and it helped me... – C0D3 Dec 18 '12 at 15:56
1 Answers
8
Some examples here and here. You may also want to look at the resizableImageWithCapInsets
method of the UIImage class

sooper
- 5,991
- 6
- 40
- 65
-
Thank you so much. I would have thought that iOS had some kind of a built-in api for this, but I guess, it's roll your own :) – geekyaleks Nov 18 '12 at 04:29