UITableview设置tintColor
self.tableView.tintColor = [UIColor redColor];
UITableview Cell设置
cell.selectdBackgroundView = [[UIView alloc] initWithFrame:cell.frame];
cell.selectdBackgroundView.backgroundColor = [UIColor whiteColor];
self.tableView.tintColor = [UIColor redColor];
cell.selectdBackgroundView = [[UIView alloc] initWithFrame:cell.frame];
cell.selectdBackgroundView.backgroundColor = [UIColor whiteColor];