skjiisa / Character-Tracker

Elder Scrolls character tracker for iOS
BSD 2-Clause "Simplified" License
1 stars 0 forks source link

Animate entering and exiting edit mode #62

Open skjiisa opened 4 years ago

skjiisa commented 4 years ago

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 commented 4 years ago

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

skjiisa commented 3 years ago

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