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

# UITableViewCell.AccessoryType

The type of standard accessory control used by a cell.

```
enum AccessoryType
```

## Overview

Use these constants to set the value of the [`accessoryType`](/documentation/UIKit/UITableViewCell/accessoryType-swift.property) property.

Several accessory views support additional interactions. For example, a detail button conveys that there is additional information for the user to see. For information about how to respond to interactions with a specific accessory view, see the discussion for that type.

## Topics

### Accessory views

[`UITableViewCellAccessoryNone`](/documentation/UIKit/UITableViewCell/AccessoryType-swift.enum/none)

No accessory view.

[`UITableViewCellAccessoryDisclosureIndicator`](/documentation/UIKit/UITableViewCell/AccessoryType-swift.enum/disclosureIndicator)

A chevron-shaped control for presenting new content.

[`UITableViewCellAccessoryDetailDisclosureButton`](/documentation/UIKit/UITableViewCell/AccessoryType-swift.enum/detailDisclosureButton)

An information button and a disclosure (chevron) control.

[`UITableViewCellAccessoryCheckmark`](/documentation/UIKit/UITableViewCell/AccessoryType-swift.enum/checkmark)

A checkmark image.

[`UITableViewCellAccessoryDetailButton`](/documentation/UIKit/UITableViewCell/AccessoryType-swift.enum/detailButton)

An information button.

## Relationships

### Conforms To

[`BitwiseCopyable`](/documentation/Swift/BitwiseCopyable)

[`RawRepresentable`](/documentation/Swift/RawRepresentable)

[`Hashable`](/documentation/Swift/Hashable)

[`Sendable`](/documentation/Swift/Sendable)

[`SendableMetatype`](/documentation/Swift/SendableMetatype)

[`Equatable`](/documentation/Swift/Equatable)

---

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)