Giter Club home page Giter Club logo

Comments (2)

JoniVR avatar JoniVR commented on June 4, 2024

Can't seem to find out the exact issue, I discovered that there's also an animation glitch happening on the last 2 cells, so it could have something to do with the fact that animations need to be handled differently for the first and last cells.

Here's a video showing the visual glitches

edit: Seems like the top animation glitch only happens after pressing the status bar to "scroll-to-top".

from verticalcardswiper.

JoniVR avatar JoniVR commented on June 4, 2024

I asked a question on stackoverflow about this, and someone suggested that it is probably related to the implicit animations inside of performBatchUpdates to remove the cell after swiping it away.

collectionView.performBatchUpdates({
                collectionView.deleteItems(at: [indexPathToRemove])
            }) { [weak self] (finished) in
                if finished {
                    self?.collectionView.collectionViewLayout.invalidateLayout()
                }
            }

I tested this out and it does look like this might be the case, I'll look into (hopefully) fixing it whenever I have some more spare time.

from verticalcardswiper.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.