Just curious, did I overlook somewhere in the API to display a chat bubble type image as found in the iPhone\'s SMS application? There\'s a few applications out there that u
It's pretty easy to make UILabels with stretchable image background. If you are wanting to put images in the bubble you'll have to do some masking to get it to look like Apple's. Check out the BubbleThingie sample code for example of how to do the image masking. It also has example of how to do the text bubbles using a UIButton or UILabel.