Trying to add a a Supplementary view into my UICollectionView as a header. I\'m having issues getting it to work.
UICollectionView
I use a custom UICollectionViewFlowL
UICollectionViewFlowL
Try this :
self.collectionView?.dataSource = nil self.collectionView = nil
It worked for me ;)