detailtextlabel

Why does [cell.detailTextLabel setBackgroundColor:[UIColor blackColor]]; not work?

[cell.detailTextLabel setBackgroundColor:[UIColor blackColor]]; doesn't work. Any way to make it work? Thanks ...