UITableViewCell with 'ball' like calendar App
Posted
by Stuart Tevendale
on Stack Overflow
See other posts from Stack Overflow
or by Stuart Tevendale
Published on 2010-05-03T19:42:40Z
Indexed on
2010/05/03
19:48 UTC
Read the original article
Hit count: 233
in the iPhone Calendar app, the view to select the calendar for a particular event has a coloured circle next to the calendar name, drawn with a graduated/3D effect of a ball.
Does anyone have any sample code for how this is drawn - I can draw a solid circle in the UITableViewCell, but I'm not sure how to get the 3D effect.
Thanks.
© Stack Overflow or respective owner