You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 15, 2020. It is now read-only.
Allows full customization of the animations for row/sections in UITableView by creating a general protocol which replaces the following methods of the TableReloadAnimations struct:
TableReloadAnimations now is a default implementation of the TableReloadAnimationProtocol which defines two methods to animate row and section of a table for different actions:
Allows full customization of the animations for row/sections in
UITableView
by creating a general protocol which replaces the following methods of theTableReloadAnimations
struct:TableReloadAnimations
now is a default implementation of theTableReloadAnimationProtocol
which defines two methods to animate row and section of a table for different actions:TableAnimationAction
is just an enum which defines all the actions you can perform:You can still use the
TableReloadAnimations.default()
struct to perform automatic refresh.The text was updated successfully, but these errors were encountered: