Link Search Menu Expand Document

TableViewFocusUpdateContext

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

public class TableViewFocusUpdateContext: FocusUpdateContext 

Inheritance

FocusUpdateContext

Properties

previouslyFocusedIndexPath

Returns the index path of the cell containing the context’s previously focused view.

public internal(set) var previouslyFocusedIndexPath: IndexPath?

nextFocusedIndexPath

Returns the index path of the cell containing the context’s next focused view.

public internal(set) var nextFocusedIndexPath: IndexPath?