Type Property 型プロパティ

automatic

The default picker style, based on the picker’s context. 省略時のピッカースタイル、そのピッカーのもつ文脈に基づいて。

Declaration 宣言

static var automatic: DefaultPickerStyle { get }
Available when Self is DefaultPickerStyle.

Discussion 議論

How a picker using the default picker style appears largely depends on the platform and the view type in which it appears. For example, in a standard view, the default picker styles by platform are: どのようにピッカーがその省略時のピッカースタイルを使って現れるか、主としてプラットホームおよびそれにおいてそれが現れるビュー型に依存して。例えば、標準的なビューにおいて、省略時のピッカースタイルはプラットホームによって:

  • On iOS and watchOS the default is a wheel. iOSとwatchOSでは初期状態はホイールです。

  • On macOS, the default is a pop-up button. macOSでは初期状態はポップアップボタンです。

  • On tvOS, the default is a segmented control. tvOSでは初期状態は分節コントロールです。

The default picker style may also take into account other factors — like whether the picker appears in a container view — when setting the appearance of a picker. 省略時のピッカースタイルはまた、他の因子 — ピッカーがコンテナビューの中に現れるかどうかのような — をピッカーの外観を設定している時に考慮するかもしれません。

You can override a picker’s style. To apply the default style to a picker, or to a view that contains pickers, use the pickerStyle(_:) modifier. あなたは、ピッカーのもつスタイルをオーバーライドできます。省略時のスタイルをあるピッカーに、またはピッカーそれらを含むあるビューに適用するには、pickerStyle(_:)修飾子を使ってください。

See Also 参照

Getting Built-in Picker Styles