A hashable identifier used to separate sets of linked elements within the same namespace. Elements with matching namespace
and id
will be linked together.
連結された要素の集合それらを同じ名前空間内で分離するのに使われるあるハッシュ可能識別子。合致するnamespace
とid
をもつ要素それらは、1つに連結されます。
Instance Method
インスタンスメソッド
accessibility
accessibilityLinkedGroup(id:in:)
Links multiple accessibility elements so that the user can quickly navigate from one element to another, even when the elements are not near each other in the accessibility hierarchy.
複数のアクセシビリティ要素を連結します、それでユーザは素早く一方の要素から他のものへと進んで行けます、それら要素がアクセシビリティ要素階層において互いに近くない時でさえ。
Availability 有効性
- iOS 14.0+
- iPadOS 14.0+
- macOS 11.0+
- Mac Catalyst 14.0+
- tvOS 14.0+
- watchOS 7.0+
Technology
- Swift
UI
Declaration 宣言
Parameters パラメータ
id
namespace
The namespace to use to organize linked accessibility elements. All elements marked with
accessibility
in this namespace and with the specifiedLink id
will be linked together. 連結されたアクセシビリティ要素それらを組織化するために使われる名前空間。指定されたid
でそしてこの名前空間においてaccessibility
で印される全ての要素は、1つに連結されます。Link
Discussion 議論
This can be useful to allow quickly jumping between content in a list and the same content shown in a detail view, for example. All elements marked with accessibility
with the same namespace and identifier will be linked together.
これは、例えば、あるリストの中の内容とある詳細ビューの中の同じ内容との間で素早くジャンプすることを許可するのに役立てられます。同じ名前空間と識別子をもつaccessibility
で印される全ての要素は、1つに連結されます。