How to create bubbble message box similar to iPhone buildin SMS app?
I’m trying to create a table cells with a bubble message box, similar to the iPhone SMS app or iChat.
Anybody have example code I can refer to?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
UIImage‘s can have borders at the sides and bottom that don’t resize as the image is stretched.The leftCapWidth and topCapHeight are the 2 properties you need to modify to achieve this.
Then create a UIImageView (using the image) of the necessary size behind your text.