Striping Rows of a UITableView
- by Dan Brown
Hello,
I've read posts here on SO about striping a UITableView's cells, but have not been able to work out the details. My code is:
- (UITableViewCell *)tableView:(UITableView *)tableView cellForRowAtIndexPath:(NSIndexPath *)indexPath {
// Setup code omitted
cell.textLabel.text = @"Blah Blah";
cell.detailTextLabel.text = @"Blah blah…