I made a custom cell for a UITableView (subclassing UITableViewCel, e..., and with a xib). In IB, i set the background color of the myUITableViewCell to a light grey. Simulated into IB (with a run), the cell looks great (a full grey even under the disclosure button). But when I run the application, the cell keeps showing a white background. Do you know why this happens ?
May I have to do this programmaticaly to make it work ?