Reputation: 5397
Is there a way to only reload decoration views of UICollectionView?
Upvotes: 0
Views: 198
Reputation: 1044
As far as I know you can't, but you can reload the section which will also reload the headers/footers
snapshot.reloadSections(snapshot.sectionIdentifiers)
Upvotes: 1