Contents

UITableViewPlaceholder

An object that contains information about a placeholder cell being inserted into a table.

Declaration

@MainActor class UITableViewPlaceholder

Overview

During a drop operation, create a UITableViewDropPlaceholder object (instead of this one) to insert placeholders into your table.

Topics

Creating a placeholder cell

Updating the cell’s content

See Also

Placeholder cells