meetpd
meetpd

Reputation: 9219

Is it possible to get SMS like bubble in iPhone SDK?

Is it possible to get SMS like bubble in iPhone SDK?

Upvotes: 1

Views: 1262

Answers (1)

Matt Bierner
Matt Bierner

Reputation: 65253

The simple way is to use a UIImageView containing a stretchable image of the sms bubble as the background for your view.

This article explains the technique and is exactly what you are after.

Upvotes: 1

Related Questions