This repository was archived by the owner on Feb 2, 2023. It is now read-only.

Description
Is there any provision to changed the height of SectionHeader and reload SectionHeader?
func collectionNode(_ collectionNode: ASCollectionNode, supplementaryElementKindsInSection section: Int) -> [String] {
return [UICollectionElementKindSectionHeader]
}
Actually ASCollectionNode.reloadData() reloads sectionheader but its expensive.
Usecase: Based on API's response i wanna hide and show header