Documentation

build()

Creates a new instance of the UI list view.

build(): UIListView<ObservableObject>;

Return value

A newly created and initialized UIListView instance.

Related