---
title: UITableViewFocusUpdateContext
framework: uikit
role: symbol
role_heading: Class
path: uikit/uitableviewfocusupdatecontext
---

# UITableViewFocusUpdateContext

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

## Declaration

```swift
@MainActor class UITableViewFocusUpdateContext
```

## Overview

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

- [previouslyFocusedIndexPath](uikit/uitableviewfocusupdatecontext/previouslyfocusedindexpath.md)
- [nextFocusedIndexPath](uikit/uitableviewfocusupdatecontext/nextfocusedindexpath.md)

## Relationships

### Inherits From

- [UIFocusUpdateContext](uikit/uifocusupdatecontext.md)

### Conforms To

- [CVarArg](swift/cvararg.md)
- [CustomDebugStringConvertible](swift/customdebugstringconvertible.md)
- [CustomStringConvertible](swift/customstringconvertible.md)
- [Equatable](swift/equatable.md)
- [Hashable](swift/hashable.md)
- [NSObjectProtocol](objectivec/nsobjectprotocol.md)
- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)

## See Also

### Table management

- [Estimating the height of a table’s scrolling area](uikit/estimating-the-height-of-a-table-s-scrolling-area.md)
- [UITableViewController](uikit/uitableviewcontroller.md)
- [UITableViewDelegate](uikit/uitableviewdelegate.md)
