init(selection: Binding<SelectionValue >?, content: () -> Content)
Creates an instance that selects from content associated with
Selection
values.Availability 有効性
Technology
init(content: () -> Content)
SelectionValue
is Int
and Content
conforms to View
.init(selection: Binding<SelectionValue >?, content: () -> Content)
Selection
values.