accessories
An array of the accessories that decorate the cell.
Declaration
@MainActor @preconcurrency var accessories: [UICellAccessory] { get set }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.