---
title: accessories
framework: uikit
role: symbol
role_heading: Instance Property
path: uikit/uicollectionviewlistcell/accessories-8nui4
---

# accessories

An array of the accessories that decorate the cell.

## Declaration

```swift
@MainActor @preconcurrency var accessories: [UICellAccessory] { get set }
```

## Discussion

Discussion System accessories have system-defined placement within the cell. The system automatically determines their rendering order and which side of the cell they appear on. The order of system accessories in the array doesn’t affect their placement. For custom accessories, you determine their placement. The order of custom accessories in the array affects the order in which the system evaluates their UICellAccessory.Placement.Position. important: The system throws an exception if you include more than one instance of any system accessory. You can include multiple custom accessories.

## See Also

### Managing cell accessories

- [UICellAccessory](uikit/uicellaccessory-swift.struct.md)
