0

I've read this post : How to customize the background/border colors of a grouped table view cell?

And I want to display a background cell. So I'm trying a use the previous post in the tableView function willDisplayCell.

No matter what I do, nothing is working. Could you help me out ? (My cells are 50pt high.)

Thanks

Community
  • 1
  • 1
Nielsou Hacken-Bergen
  • 2,606
  • 6
  • 27
  • 37

1 Answers1

1

That question was posted two and a half years ago? for OS2 and then OS3. Probably not valid for OS4 or OS5.

An Apple engineer told me not to override drawrect like this as it was a "hack" and would likely break in a future OS version. So I would avoid doing that.

ader
  • 5,403
  • 1
  • 21
  • 26
  • I know. But I want to use this solution in a different purpose : to change the SELECTEDBACKGROUND for a grouped tableView, because there is no elegant solution for it for the moment. – Nielsou Hacken-Bergen Sep 06 '11 at 09:11