XCode 14.3 日本語化計画:New Human Interface Guideline
ボタンのアクションの再現性を制御するためのオプション。
struct ButtonRepeatBehavior
この型の値は、buttonRepeatBehavior(_:) 修飾子とともに使用します。
static let automatic: ButtonRepeatBehavior
自動繰り返し動作。
static let disabled: ButtonRepeatBehavior
ボタンアクションの繰り返しは無効になります。
static let enabled: ButtonRepeatBehavior
ボタンアクションの繰り返しは有効になります。
アクションを開始するコントロール。
func buttonStyle<S>(S) -> some View
このビュー内のボタンのスタイルを、カスタムの外観と標準の操作動作を備えたボタンスタイルに設定します。
func buttonStyle<S>(S) -> some View
このビュー内のボタンのスタイルを、カスタムの外観とカスタムの操作動作を備えたボタンスタイルに設定します。
func buttonBorderShape(ButtonBorderShape) -> some View
このビュー内のボタンの境界線の形状を設定します。
func buttonRepeatBehavior(ButtonRepeatBehavior) -> some View
このビューのボタンが長時間の操作でアクションを繰り返しトリガーするかどうかを設定します。
  Beta  
var buttonRepeatBehavior: ButtonRepeatBehavior
この関連環境を持つボタンが、長時間の操作でアクションを繰り返しトリガーするかどうか。
  Beta  
ボタンの境界線を描画するために使用される形状。