i am working on a messaging application for iphone , can anyone tell me how to achieve the green color for the messages received like in the image shown below
i am working on a messaging application for iphone , can anyone tell me
Share
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.
Those are custom views with custom images. Easiest way is probably to draw the bubble in the smallest way possible and use -[UIImage stretchableImageWithLeftCapWidth:topCapHeight:] to create a stretchable image and draw that in your custom view as background.