I subclassed the UITableViewCell in order to customize it, but I think I\'m missing something because: 1) It\'s not working and 2) There are a couple of things I\'m confused
You have to load the cell from the .xib instead:
if ( cell == nil ) { cell = [[NSBundle mainBundle] loadNibNamed:@"CellXIBName" owner:nil options:nil][0]; } // set the cell's properties