UITableView.RowAnimation
The type of animation to use when inserting or deleting rows.
Declaration
enum RowAnimationOverview
You specify one of these constants as a parameter of the insertRows(at:with:), insertSections(_:with:), deleteRows(at:with:),deleteSections(_:with:), reloadRows(at:with:), and reloadSections(_:with:) methods.
Topics
Constants
UITableView.RowAnimation.fadeUITableView.RowAnimation.rightUITableView.RowAnimation.leftUITableView.RowAnimation.topUITableView.RowAnimation.bottomUITableView.RowAnimation.noneUITableView.RowAnimation.middleUITableView.RowAnimation.automatic