UITableview設(shè)置tintColor
self.tableView.tintColor = [UIColor redColor];
UITableview Cell設(shè)置
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];