We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11a306c commit 1ff9851Copy full SHA for 1ff9851
Sources/DynamicList/VersatileCell.swift
@@ -71,7 +71,7 @@ open class VersatileCell: UICollectionViewCell {
71
private var _highlightAnimation: any CellHighlightAnimation = .disabled
72
73
/// In prepareForReuse this is going to be a new instance.
74
- public private(set) var reusableCancellables: Set<AnyCancellable> = .init()
+ public var reusableCancellables: Set<AnyCancellable> = .init()
75
76
public override init(
77
frame: CGRect
0 commit comments