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
Hi there! I implemented the multiple section model for my collectionView dataSource, as described in the following pull request: #32.
Also, I added the following code for handling cells selection:
But I can handle a number of next events only when tap on the only one cell, when I tap on other cells nothing is not happening. It happens because each of the other sequences produced the error and was disposed. Please check the log below.
How can I prevent the disposing of other sequences?
The text was updated successfully, but these errors were encountered:
tribushevsky
changed the title
How to use collectionView.rx.modelSelected method for multiple model
How to use collectionView.rx.modelSelected method for multiple models
Jan 31, 2020
Hi there! I implemented the multiple section model for my collectionView dataSource, as described in the following pull request: #32.
Also, I added the following code for handling cells selection:
But I can handle a number of next events only when tap on the only one cell, when I tap on other cells nothing is not happening. It happens because each of the other sequences produced the error and was disposed. Please check the log below.
How can I prevent the disposing of other sequences?
The text was updated successfully, but these errors were encountered: