The behavior to use when creating or transforming an accessibility element. The default is ignore
Instance Method
インスタンスメソッド
accessibility
accessibilityElement(children:)
Creates a new accessibility element, or modifies the
AccessibilityChildBehavior
of the existing accessibility element.Availability 有効性
- iOS 13.0+
- iPadOS 13.0+
- macOS 10.15+
- Mac Catalyst 13.0+
- tvOS 13.0+
- watchOS 6.0+
Technology
- Swift
UI
Declaration 宣言
func accessibilityElement(children: AccessibilityChildBehavior
= .ignore) -> some View
Parameters パラメータ
children