There is a method to get a cell by indexPath (UICollectionView cellForItemAtIndexPath:). But I can\"t find a method to get one of the supplementary vie
indexPath
UICollectionView cellForItemAtIndexPath:
This method is often enough to serve the purpose of reloading on-screen supplementary views:
collectionView.visibleSupplementaryViews(ofKind: UICollectionElementKindSectionHeader)