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, I would love using the following library but the is a major issue when selecting a few images and then scrolling up and down the collection.
Some cells are being automatically selected.
I have a filling that setting the cell to selected = false in the prepare for reuse function will solve the issue.
The text was updated successfully, but these errors were encountered:
@tomzion90 First, sorry for the extremely late reply. I've been dealing with some personal stuff, including a death in the family so I hope you understand it took this long to respond.
Second, I can't seem to reproduce the issue, could you tell me your TatsiConfig object and on which iOS/Device you have this issue, it might be happening in a specific case.
Putting selected = false in the func prepareForReuse() wouldn't solve the issue and would actually introduce a new issue, because setting the selected state calls the delegate of the UICollectionView, causing the image to be removed.
Hi, I would love using the following library but the is a major issue when selecting a few images and then scrolling up and down the collection.
Some cells are being automatically selected.
I have a filling that setting the cell to selected = false in the prepare for reuse function will solve the issue.
The text was updated successfully, but these errors were encountered: