Contents

UITableViewFocusUpdateContext

A context object that provides information relevant to a specific focus update from one view to another.

Declaration

@MainActor class UITableViewFocusUpdateContext

Overview

A focus update context provides extra information that’s only relevant to focus updates involving table views. Instances of this class are ephemeral and are usually discarded after the update is finished.

Topics

Locating focusable items in a table view

See Also

Table management