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

accessibilityHint(_:)

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

Declaration 宣言

func accessibilityHint<S>(_ hint: S) -> ModifiedContent<Self, AccessibilityAttachmentModifier> where S : StringProtocol

Discussion 議論

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