Type Property 型プロパティ

radioGroup

A picker style that presents the options as a group of radio buttons. あるピッカースタイル、それはオプションそれらをラジオボタンいくつかからなるあるグループとして提示します。

Declaration 宣言

static var radioGroup: RadioGroupPickerStyle { get }
Available when Self is RadioGroupPickerStyle.

Discussion 議論

Use this style when there are two to five options. Consider using menu when there are more than five options.

For each option’s label, use sentence-style capitalization without ending punctuation, like a period or colon.

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