init<RowContent >(Range<Int>, rowContent : (Int) -> RowContent )
Creates a list that computes its views on demand over a constant range.
あるリストを作成します、それは、それのビューそれらを必要に応じてある定数範囲にわたって計算するものです。
Available when
SelectionValue
is Never
and Content
conforms to View
.init<RowContent >(Range<Int>, selection: Binding<SelectionValue ?>?, rowContent : (Int) -> RowContent )
Creates a list that computes its views on demand over a constant range, optionally allowing users to select a single row.
Available when
SelectionValue
conforms to Hashable
and Content
conforms to View
.