Product List Header View
Last Updated - Platform 19.0.0 - SDK 14.0.0The ProductListHeaderView
is an additional view presented as the header of the ProductListViewDataSource
.
Presentation logic is currently built into the data source around the item count.
The PoqProductListItemCountHeaderView
(default) variation of this view:
- Presents the number of items.
Container.shared.views.productListHeaderView = { PoqProductListItemCountHeaderView()}