Contents

UIFocusItemScrollableContainer

A type of focus item container that supports automatic scrolling of focusable content.

Declaration

@MainActor protocol UIFocusItemScrollableContainer : UIFocusItemContainer

Overview

The focus engine scrolls the container to keep items onscreen as they become focused. This is done by repeatedly setting contentOffset.

Topics

Retrieving the content size

See Also

Focus interactions