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
My question is how I can override card deletion animation which behaviour is strange.
As you can see on GIF when I tap green button it executes collectionView.deleteItems(at: indexPath) and animation is very strange.
First card climb to very top and then go down and disappearing.
I would like to card starting go down to the bottom from current position without rising up. How I can override CollectionViewFlowLayout attributes?
The text was updated successfully, but these errors were encountered:
Hi!
Thanks for this amazing extension!
My question is how I can override card deletion animation which behaviour is strange.
As you can see on GIF when I tap green button it executes
collectionView.deleteItems(at: indexPath)
and animation is very strange.First card climb to very top and then go down and disappearing.
I would like to card starting go down to the bottom from current position without rising up. How I can override
CollectionViewFlowLayout
attributes?The text was updated successfully, but these errors were encountered: