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

accessibility(hint:)

Communicates to the user what happens after performing the view’s action. ビューのもつアクションを実行する後に何が起こるかユーザに伝えます。

Declaration 宣言

func accessibility(hint: Text) -> ModifiedContent<Self, AccessibilityAttachmentModifier>

Discussion 議論

Provide a hint in the form of a brief phrase, like “Purchases the item” or “Downloads the attachment”.

See Also 参照

Accessibility Modifiers