Open hhertogh opened 8 years ago
I have a UICollectionViewController with a CHTCollectionViewWaterfallLayout (https://github.com/chiahsien/CHTCollectionViewWaterfallLayout).
I want to implement a empty state (in swift), it works, but if images are displayed in the collection view , then the empty state overlaps with the images. So it is never hidden.
What should I do?
What do you mean about "if images are displayed in the collection view"? Are those images inside of a collectionViewCell?
I have a UICollectionViewController with a CHTCollectionViewWaterfallLayout (https://github.com/chiahsien/CHTCollectionViewWaterfallLayout).
I want to implement a empty state (in swift), it works, but if images are displayed in the collection view , then the empty state overlaps with the images. So it is never hidden.
What should I do?