Contents

accessibilityHeading(_:)

Sets the accessibility level of this heading.

Declaration

nonisolated func accessibilityHeading(_ level: AccessibilityHeadingLevel) -> Text

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.

See Also

Providing accessibility information