Type Property 型プロパティ

wheel

A picker style that presents the options in a scrollable wheel that shows the selected option and a few neighboring options. あるピッカースタイル、それはオプションそれらをスクロール可能ホイールにおいて提示します、それは選択されたオプションと少数の隣接しているオプションを示します。

Declaration 宣言

static var wheel: WheelPickerStyle { get }
Available when Self is WheelPickerStyle.

Discussion 議論

Because most options aren’t visible, organize them in a predictable order, such as alphabetically.

To apply this style to a picker, or to a view that contains pickers, use the pickerStyle(_:) modifier.