Once again, I am incapable of keeping this information in my head so I will write it here.
To hide the row seprators
self.tableView.separatorStyle = UITableViewCellSeparatorStyleNone;
To change the colour of them
self.tableView.separatorColor = [UIColor redColor];





There are no comments yet