How to change a grouped UITableView cell's background to black (or non-white)?

Posted by Meltemi on Stack Overflow See other posts from Stack Overflow or by Meltemi
Published on 2009-05-28T02:40:04Z Indexed on 2010/05/25 4:11 UTC
Read the original article Hit count: 385

Filed under:
|
|

Just want to make sure I'm not overlooking something obvious... It seems like it should be trivial to set the background color (black is fine) of a UITableView's cell to something other than white or completely transparent so that you can display your data with white text. However, with my attempts I lose the corners on my grouped table view and it all looks like crap.

I've seen & understand the methods described by Matt Gallagher about customizing TableView cells with exotic gradients, etc. but wanted to be certain before heading down that path...

© Stack Overflow or respective owner

Related posts about iphone

Related posts about cocoa-touch