Skip to content
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

Animate entering and exiting edit mode #62

Open
skjiisa opened this issue Feb 20, 2020 · 2 comments
Open

Animate entering and exiting edit mode #62

skjiisa opened this issue Feb 20, 2020 · 2 comments
Labels
enhancement Improve the user experience SwiftUI A SwiftUI conversion would render this obsolete

Comments

@skjiisa
Copy link
Owner

skjiisa commented Feb 20, 2020

When entering or exiting edit mode for a character or module, it's an instantaneous change. Making the modified cells animate in and out would improve the user experience.

@skjiisa skjiisa added the enhancement Improve the user experience label Feb 20, 2020
@skjiisa skjiisa added this to the v1.1 milestone Apr 5, 2020
@skjiisa
Copy link
Owner Author

skjiisa commented Jul 7, 2020

I might just eventually convert this to SwiftUI which, if done right, should animate this transition.

@skjiisa skjiisa removed this from the v1.1 milestone Jul 24, 2020
@skjiisa skjiisa added the SwiftUI A SwiftUI conversion would render this obsolete label Aug 6, 2020
@skjiisa
Copy link
Owner Author

skjiisa commented Aug 5, 2021

This might be able to be done simply by using tableView.reloadSections(_:with:) on every section which allows you to specify an animation.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Improve the user experience SwiftUI A SwiftUI conversion would render this obsolete
Projects
None yet
Development

No branches or pull requests

1 participant