<!--
{
  "availability" : [
    "iOS: -",
    "iPadOS: -",
    "macCatalyst: -",
    "tvOS: -",
    "visionOS: -"
  ],
  "documentType" : "symbol",
  "framework" : "UIKit",
  "identifier" : "/documentation/UIKit/UITableViewCell/CellStyle",
  "metadataVersion" : "0.1.0",
  "role" : "Enumeration",
  "symbol" : {
    "kind" : "Enumeration",
    "modules" : [
      "UIKit"
    ],
    "preciseIdentifier" : "c:@E@UITableViewCellStyle"
  },
  "title" : "UITableViewCell.CellStyle"
}
-->

# UITableViewCell.CellStyle

An enumeration for the various styles of cells.

```
enum CellStyle
```

## Overview

In all these cell styles, the larger of the text labels is accessed using the [`textLabel`](/documentation/UIKit/UITableViewCell/textLabel) property and the smaller using the [`detailTextLabel`](/documentation/UIKit/UITableViewCell/detailTextLabel) property.

## Topics

### Cell styles

[`UITableViewCell.CellStyle.default`](/documentation/UIKit/UITableViewCell/CellStyle/default)

A simple style for a cell with a text label (black and left-aligned) and an optional image view.

[`UITableViewCell.CellStyle.value1`](/documentation/UIKit/UITableViewCell/CellStyle/value1)

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

[`UITableViewCell.CellStyle.value2`](/documentation/UIKit/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.

[`UITableViewCell.CellStyle.subtitle`](/documentation/UIKit/UITableViewCell/CellStyle/subtitle)

A style for a cell with a left-aligned label across the top and a left-aligned label below it in smaller gray text.



---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)