init<Data, RowContent >(Binding<Data>, rowContent : (Binding<Data.Element>) -> RowContent )
Creates a list that computes its rows on demand from an underlying collection of identifiable data.
あるリストを作成します、それはそれの行それらを、身元識別可能データからなるある基礎をなすコレクションから請求に応じて計算するものです。
Available when
SelectionValue
is Never
and Content
conforms to View
.init<Data, RowContent >(Binding<Data>, selection: Binding<SelectionValue ?>?, rowContent : (Binding<Data.Element>) -> RowContent )
Creates a list that computes its rows on demand from an underlying collection of identifiable data, optionally allowing users to select a single row.
Available when
SelectionValue
conforms to Hashable
and Content
conforms to View
.