func accessibility(label: Text) -> ModifiedContent <Self, AccessibilityAttachmentModifier >
Adds a label to the view that describes its contents.
ビューにそれの内容を記述するラベルを加えます。
func accessibility(value: Text) -> ModifiedContent <Self, AccessibilityAttachmentModifier >
Adds a textual description of the value that the view contains.
ビューのテキスト記述を加えます、それはビューが含みます。
func accessibility(hidden: Bool) -> ModifiedContent <Self, AccessibilityAttachmentModifier >
Specifies whether to hide this view from system accessibility features.
このビューをシステムアクセシビリティ機能から隠すべきかどうかを指定します。
func accessibility(identifier: String) -> ModifiedContent <Self, AccessibilityAttachmentModifier >
Uses the specified string to identify the view.
指定された文字列を使ってビューを識別します。
func accessibility(selectionIdentifier : AnyHashable ) -> ModifiedContent <Self, AccessibilityAttachmentModifier >
Sets a selection identifier for this view’s accessibility element.
セレクション識別子をこのビューのもつアクセシビリティ要素に対して設定します。
func accessibility(hint: Text) -> ModifiedContent <Self, AccessibilityAttachmentModifier >
Communicates to the user what happens after performing the view’s action.
ビューのもつアクションを実行する後に何が起こるかユーザに伝えます。
func accessibility(activationPoint : UnitPoint ) -> ModifiedContent <Self, AccessibilityAttachmentModifier >
Specifies the unit point where activations occur in the view.
アクティベーションがビューの中で発生するところの単位点を指定します。
func accessibility(activationPoint : CGPoint) -> ModifiedContent <Self, AccessibilityAttachmentModifier >
Specifies the point where activations occur in the view.
アクティベーションがビューの中で発生するところの地点を指定します。
func accessibility(inputLabels : [Text]) -> ModifiedContent <Self, AccessibilityAttachmentModifier >
Sets alternate input labels with which users identify a view.
それでユーザがあるビューを識別するところの代替の入力ラベルを設定します。
func accessibility(addTraits : AccessibilityTraits ) -> ModifiedContent <Self, AccessibilityAttachmentModifier >
Adds the given traits to the view.
与えられた特徴をビューに加えます。
func accessibility(removeTraits : AccessibilityTraits ) -> ModifiedContent <Self, AccessibilityAttachmentModifier >
Removes the given traits from this view.
与えられた特徴をビューから取り除きます。
func accessibility(sortPriority : Double) -> ModifiedContent <Self, AccessibilityAttachmentModifier >
Sets the sort priority order for this view’s accessibility element, relative to other elements at the same level.
このビューのもつアクセシビリティ要素に対してソート優先順位を設定します、同じ水準での他の要素に相対して。
func accessibilityCustomContent <L, V>(L, V, importance: AXCustomContent .Importance) -> ModifiedContent <Self, AccessibilityAttachmentModifier >
Add additional accessibility information to the view.