Instance Method インスタンスメソッド

accessibilityValue(_:)

Adds a textual description of the value that the view contains. ビューのテキスト記述を加えます、それはビューが含みます。

Declaration 宣言

func accessibilityValue(_ valueKey: LocalizedStringKey) -> ModifiedContent<Self, AccessibilityAttachmentModifier>

Discussion 議論

Use this method to describe the value represented by a view, but only if that’s different than the view’s label. このメソッドを使って、あるビューによって表される値を記述してください、しかしそれがそのビューのもつラベルと異なる場合にのみ。 For example, for a slider that you label as “Volume” using accessibilityLabel(), you can provide the current volume setting, like “60%”, using accessibilityValue().