Open itsol-ka opened 3 years ago
I'm running into this exact same thing except with UITableView instead of UICollectionView. I'm subscribed to the willBeginDraggingPublisher
and didScrollPublisher
of the table view, and also subscribed to the didSelectRowPublisher
, and only the didSelectRowPublisher
is firing. I previously also had an additional didSelectRowPublisher
that was ignored. It seems that all publisher subscriptions but one are lost when we have multiple subscriptions on UIScrollView/UI(Table/Collection)View.
Describe the bug When using UIScrollViewDelegateProxy and UICollectionViewDelegateProxy, one is ignored
code