You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered: