11

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?

geekyaleks
  • 1,281
  • 3
  • 18
  • 29
  • 4
    Why did this get a vote down? This is perfectly valid question and it helped me... – C0D3 Dec 18 '12 at 15:56

1 Answers1

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