Contents

UIContentView

The requirements for a content view that you create using a configuration.

Declaration

@MainActor protocol UIContentView : NSObjectProtocol

Overview

This protocol provides a blueprint for a content view object that renders the content and styling that you define with its configuration. The content view’s configuration encapsulates all of the supported properties and behaviors for content view customization. Setting the content view’s configuration property applies the new configuration to the view, causing the view to render any updates to its appearance.

Topics

Managing the content configuration

Determining configuration support

See Also

Content configurations