Contents

accessibilityHeading(_:)

Set the level of this heading.

Declaration

nonisolated func accessibilityHeading(_ level: AccessibilityHeadingLevel) -> ModifiedContent<Content, Modifier>

Parameters

Discussion

Use this modifier to set the level of this heading in relation to other headings. The system speaks the level number of levels AccessibilityHeadingLevel.h1 through AccessibilityHeadingLevel.h6 alongside the text.

The default heading level if you don’t use this modifier is AccessibilityHeadingLevel.unspecified.