views:

39

answers:

2

I'm trying to find out how to set UITableViewCell background color to the "grey" used for example in the official clock application for alarm cells.

I'm unable to find that out in system colors nor elsewhere.

How do I set this color?

+1  A: 

See this question: http://stackoverflow.com/questions/757613/styling-uitableviewcells-with-gradient-backgrounds

Tom Irving
Gradient method: http://cocoawithlove.com/2009/08/adding-shadow-effects-to-uitableview.html
iWasRobbed
A: 

Thanks, that was what exactly what I was looking for!!

Giacomo Margaria