Ilias Karim
Ilias Karim

Reputation: 5397

UICollectionView: Is there a way to reload only the decoration views?

Is there a way to only reload decoration views of UICollectionView?

Upvotes: 0

Views: 198

Answers (1)

Stamenkovski
Stamenkovski

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

Related Questions