listHeader
An optional details header displayed at the top of the list template.
Declaration
var listHeader: CPListTemplateDetailsHeader? { get set }Discussion
The list header provides a way to display additional context or summary information above the list sections. When set, the header appears between the navigation bar and the first list section.
Assigning to this property will dynamically update the List Template to show or hide the header.