Protocol

PrimitiveButtonStyle

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

Declaration 宣言

protocol PrimitiveButtonStyle

Overview 概要

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

Topics 話題

Getting Built-in Button Styles

Creating Custom Button Styles

Supporting Types 支援を行う型

See Also 参照

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