InputBarAccessoryView icon indicating copy to clipboard operation
InputBarAccessoryView copied to clipboard

Subclass of AttachmentCell deleteButton not responding.

Open mdescalzo opened this issue 5 years ago • 0 comments

Working with the AttachmentManager plugin.

When I implement AttachmentManagerDataSource and use a custom subclass of AttachmentCell (DocumentAttachmentCell) and the provided ImageAttachmentCell class, neither cell responds to taps to the deleteButton. If I disable the AttachmentManagerDataSource and allow the AttachmentManager's default handler generate the cell, the delete button works as expected for ImageCells, but not for the default AttachmentCell.

mdescalzo avatar Oct 26 '19 00:10 mdescalzo