How to make custom UICollectionViewListCell that toggles expansion state
I need a UICollectionViewListCell
that works like a cell with UICellAccessory.OutlineDisclosureOptions(style: .header)
, but without an accessory itself. I would like my cell to be a completely custom View with no extra arrows and images that toggles the expansion state of the item