Open skjiisa opened 4 years ago
I might just eventually convert this to SwiftUI which, if done right, should animate this transition.
This might be able to be done simply by using tableView.reloadSections(_:with:)
on every section which allows you to specify an animation.
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.