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

Compatibility with AsyncDisplayKit (ASCollectionView, ASTableView) #234

Open fatuhoku opened 8 years ago

fatuhoku commented 8 years ago

I've been using DZNEmptyDataSet for empty sets. When I upgraded my CollectionViews to use AsyncDisplayKit (ASDK), I found that adding DZNEmptyDataSet cause the scroll views to no longer scroll.

It'd be great to use these two great libraries / frameworks together, in harmony :)

bawn commented 7 years ago

+1