Revision 54cb751a Classes/ContainerDetailViewController.m

b/Classes/ContainerDetailViewController.m
366 366
            cell.detailTextLabel.text = metadataValueCellText;
367 367
        }
368 368
    } else if (indexPath.section == kPolicy) {
369
        cell.selectionStyle = UITableViewCellSelectionStyleBlue;
369 370
        if (indexPath.row == 0) {
370 371
            cell.textLabel.text = @"Versioning";
371 372
            cell.detailTextLabel.text = container.versioning;
......
380 381
            cell.textLabel.text = @"Edit policy";
381 382
            cell.detailTextLabel.text = @"";
382 383
            cell.accessoryType = UITableViewCellAccessoryDisclosureIndicator;
383
            cell.selectionStyle = UITableViewCellSelectionStyleBlue;
384 384
        }
385 385
    } else if (indexPath.section == deleteSection) {
386 386
        return [self tableView:tableView deleteCellForRowAtIndexPath:indexPath];

Also available in: Unified diff