---
title: UITableViewCell.CellStyle.value2
framework: uikit
role: symbol
role_heading: Case
path: uikit/uitableviewcell/cellstyle/value2
---

# UITableViewCell.CellStyle.value2

A style for a cell with a label on the left side of the cell with text that’s right-aligned and blue; on the right side of the cell is another label with smaller text that’s left-aligned and black.

## Declaration

```swift
case value2
```

## See Also

### Cell styles

- [UITableViewCell.CellStyle.default](uikit/uitableviewcell/cellstyle/default.md)
- [UITableViewCell.CellStyle.value1](uikit/uitableviewcell/cellstyle/value1.md)
- [UITableViewCell.CellStyle.subtitle](uikit/uitableviewcell/cellstyle/subtitle.md)
