dzenbot / DZNEmptyDataSet

A drop-in UITableView/UICollectionView superclass category for showing empty datasets whenever the view has no content to display
https://www.cocoacontrols.com/controls/dznemptydataset
MIT License
12.09k stars 1.73k forks source link

UICollectionView swift #181

Open hhertogh opened 8 years ago

hhertogh commented 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?

dzenbot commented 8 years ago

What do you mean about "if images are displayed in the collection view"? Are those images inside of a collectionViewCell?