//左右15間距
tableView.separatorInset=UIEdgeInsetsMake(0, 15, 0, 15);
//顏色
tableView.separatorColor = [UIColor redColor];
//線隱藏
tableView.separatorStyle = UITableViewCellSeparatorStyleNone;
//左右15間距
tableView.separatorInset=UIEdgeInsetsMake(0, 15, 0, 15);
//顏色
tableView.separatorColor = [UIColor redColor];
//線隱藏
tableView.separatorStyle = UITableViewCellSeparatorStyleNone;