Code Monkey home page Code Monkey logo

Comments (7)

carayolthomas avatar carayolthomas commented on July 22, 2024 1

Hi ! Quite the same here. Somehow, when I do

self.tableView.beginUpdates() self.tableView.reloadRowsAtIndexPaths([indexPath], withRowAnimation: .None) self.tableView.endUpdates()

in an UITableViewController, the animation of the cell is buggy.

from easyanimation.

philipengberg avatar philipengberg commented on July 22, 2024 1

We experience the exact same issue, which is quite annoying. Isn't this another argument for considering a non-swizzling version? @icanzilb

from easyanimation.

icanzilb avatar icanzilb commented on July 22, 2024

Interesting discovery, I will consider it in one of the next code round ups, thanks!

from easyanimation.

bekkou68 avatar bekkou68 commented on July 22, 2024

Thanks :D

from easyanimation.

icanzilb avatar icanzilb commented on July 22, 2024

unfortunately this is one of the situations where Apple do their "magic", not quite sure how to fix it on my side

from easyanimation.

icanzilb avatar icanzilb commented on July 22, 2024

yes, a non-swizzling version would handle this precise situation better 👍

from easyanimation.

philipengberg avatar philipengberg commented on July 22, 2024

This is starting to create more and more issues with table views.

When we just do a regular non-animating

tableView.reloadSections(IndexSet(integer: 1), with: .none)

ALL cells in ALL sections animate their layoutSubviews routines.
Problem is that we are super dependent on EasyAnimation for a central part of the app, that needs CAAnimations and UIView animations to work in tandem.

Any immediate plans on a non-swizzling version @icanzilb?

from easyanimation.

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.