关于cell那点事!

  1. 去除cell的边线

 [tableView setSeparatorStyle:UITableViewCellSeparatorStyleNone];


2.更改cell的背景图片

[cell.backgroundView setFrame:CGRectMake(0, 0, 320, 66)];
cell.backgroundColor=[UIColor clearColor];
cell.backgroundView = [[UIImageView alloc] initWithImage:[UIImage imageNamed:@"home.png"]];    


待加。。。

posted on 2014-01-19 22:36  金玉游龙  阅读(135)  评论(0编辑  收藏  举报

导航