When creating a new message using Mail on the iPhone, and after typing the contact, a blue “bubble” appears around the text. Is there some way I can replicate this behavior in my own application?
Thanks for any help!
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.
The way I do this and probably the easiest way is with a custom
UIView. You can draw inside a clipped rounded path with a blue gradient then draw the text on top of it.You could also take a look at the Three20 project, which has a similar control. However, it’s very complicated if you’re just looking for that blue bubble.