How would I go about creating a custom UIView that is like the event “bubbles” in iCal for iPhone? I would prefer to not use images, so that they could be in any color.
Thanks!
alt text http://img8.imageshack.us/img8/609/screenshot20100205at120.png
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.
You can achieve many effects just playing with CALayer class. Matt Long had a nice blog post about how to use it to make nice UIButtons – may be you’ll be able to apply this approach to your needs as well.