Protocol

ButtonStyle

A type that applies standard interaction behavior and a custom appearance to all buttons within a view hierarchy. ある型、それは標準相互作用挙動とあつらえの外観をあるビュー階層内の全てのボタンに適用するものです。

Declaration 宣言

protocol ButtonStyle

Overview 概要

To configure the current button style for a view hierarchy, use the buttonStyle(_:) modifier. 現在のボタンスタイルをあるビュー階層に対して構成設定するには、buttonStyle(_:)修飾子を使ってください。 Specify a style that conforms to ButtonStyle when creating a button that uses the standard button interaction behavior defined for each platform. To create a button with custom interaction behavior, use PrimitiveButtonStyle instead.

Topics 話題

Custom Button Styles

See Also 参照

Styling Buttons ボタンのスタイルを指定する