static var automatic: DefaultPickerStyle
The default picker style, based on the picker’s context.
省略時のピッカースタイル、そのピッカーのもつ文脈に基づいて。
Available when
Self
is DefaultPickerStyle
.static var inline: InlinePickerStyle
A
PickerStyle
where each option is displayed inline with other views in the current container.Available when
Self
is InlinePickerStyle
.static var menu: MenuPickerStyle
A picker style that presents the options as a menu when the user presses a button, or as a submenu when nested within a larger menu.
Available when
Self
is MenuPickerStyle
.static var segmented: SegmentedPickerStyle
A picker style that presents the options as a group of radio buttons.
あるピッカースタイル、それはオプションそれらをラジオボタンいくつかからなるあるグループとして提示します。
Available when
Self
is SegmentedPickerStyle
.static var wheel: WheelPickerStyle
A picker style that presents the options in a scrollable wheel that shows the selected option and a few neighboring options.
あるピッカースタイル、それはオプションそれらをスクロール可能ホイールにおいて提示します、それは選択されたオプションと少数の隣接しているオプションを示します。
Available when
Self
is WheelPickerStyle
.