Can someone help me create an index/count button for a UITableView, like this one?

Is there an Apple example, or other tutorial? Thanks, Jordan
|
2
|
|
|
|
|
|
Wow... aaa... ok... I've got an easier way:
Basically, you're making a UILabel with rounded corners using the QuartzCore framework - don't forget to include it. Extra note: it only works on OS > 3.0. |
||
|
|
|
You need to create a custom view, and then draw the oval and number in manually. Finally, assign that custom view as the accessory view of the cell. Here's the drawing code, using Core Graphics. It's not too tricky:
|
||||||
|