Contents

accessories

An array of the accessories that decorate the cell.

Declaration

@property (nonatomic, copy) NSArray<UICellAccessory *> * accessories;

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 UICellAccessoryPosition.

See Also

Managing cell accessories