-
Notifications
You must be signed in to change notification settings - Fork 76
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Crash when drag card #22
Comments
you can unwrap like this: |
This does not actually fix the issue. It causes weird behaviour with the index such that cards start appearing on top of others and cards simply disappear as well. I will look more into it to see if I can find someway to fix the crash but first I have to go through and understand the code. |
@RoshaniDias Fix is the next I will publish new version as soon as I can |
Fixed in 1.0.1 |
Hello,
When I keep dragging the card here and there without moving it down, app crash in this line
collectionView?.bringSubview(toFront: cell!)
in this method
How to overcome this issue. Please help me.
The text was updated successfully, but these errors were encountered: