Contents

UITableView.RowAnimation

The type of animation to use when inserting or deleting rows.

Declaration

enum RowAnimation

Overview

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

Initializers

See Also

Inserting, deleting, and moving rows and sections