Instance Property インスタンスプロパティ

accessibilityPath

The path of the element in screen coordinates.

Declaration 宣言

@NSCopying var accessibilityPath: UIBezierPath? { get set }

Discussion 解説

The default value of this property is nil. If no path is set, the accessibility frame rectangle is used to highlight the element.

When you specify a value for this property, the assistive technology uses the path object you specify (in addition to the accessibility frame, and not in place of it) to highlight the element.

See Also 参照

Navigating Elements