RowAnimationConfig
public struct RowAnimationConfig
The struct that allows you to configure animation for the rows behaviour
Note
The amimations for row are set up per sections-
Constructor where you set different type of animation for rows behaviour.
Declaration
Swift
public init(deleteAnimation: UITableView.RowAnimation = .automatic, insertAnimation: UITableView.RowAnimation = .automatic, updateAnimation: UITableView.RowAnimation = .automatic)Parameters
deleteAnimationUITableView.RowAnimation
insertAnimationUITableView.RowAnimation
updateAnimationUITableView.RowAnimation
RowAnimationConfig Structure Reference