的backgound形象這裏是我的我的應用程序UITableViewCell中刪除每行之間的白色和顯示的UIView
的形象,你可以看到,在每行中白線。我怎樣才能擺脫這個界限?
這裏是我的單元代碼,我已經做了
cell.backgroundView = [ [[UIImageView alloc] initWithImage:[ [UIImage imageNamed:@"conta.png"] stretchableImageWithLeftCapWidth:0.0 topCapHeight:5.0] ]autorelease];
cell.textLabel.backgroundColor=[UIColor clearColor];
cell.textLabel.text = [tableArray objectAtIndex:indexPath.row];
cell.selectionStyle = UITableViewCellSelectionStyleNone;
tableView.backgroundColor=[UIColor clearColor];
return cell;
我需要消滅每行中的白線。我怎樣才能做到這一點?