- UIView *selectedBackgroundView = [[UIView alloc] initWithFrame:[tableView rectForRowAtIndexPath:indexPath]];
- selectedBackgroundView.backgroundColor = [UIColor colorWithRed:0.80 green:0.92 blue:0.96 alpha:1.00];
- l_cell.selectedBackgroundView = selectedBackgroundView;
- OUOSafeRelease(selectedBackgroundView);