Instance Method
インスタンスメソッド
picker
pickerStyle(_:)
Sets the style for pickers within this view.
このビュー内のピッカーそれらに対してスタイルを設定します。
Availability 有効性
- iOS 13.0+
- iPadOS 13.0+
- macOS 10.15+
- Mac Catalyst 13.0+
- tvOS 13.0+
- watchOS 6.0+
Technology
- Swift
UI
Declaration 宣言
func pickerStyle<S>(_ style: S) -> some View
where S : PickerStyle