项目变更处。

 添加:

1.-(UITableViewCell*)tableView:(UITableView *)tableView cellForRowAtIndexPath:(NSIndexPath *)indexPath{//提供表视图单元格所需要的数据。    
    cell.selectionStyle = UITableViewCellSelectionStyleNone;  //使得cell在选中的时候不会有颜色更换。


你可能感兴趣的:(ios,UITableViewCell,UITableView)