Aaron Brethorst, 2014年6月21日
一个适用于在UITableView/UICollectionView视图中没有可显示内容时显示空数据集的 superclass 分类。
它将自动工作,只需遵守 DZNEmptyDataSetSource 协议,并返回您想要显示的数据。每当需要时,会观察 -reloadData 调用,以配置空数据集。-reloadData 调用会被观察到,因此每当视图即将发布时,都需要将 dataSetSource 和 dataSetDelegate 设置为 nil。此类底层使用 KVO,因此需要在解除引用视图之前先移除观察者。
MIT 许可协议。
了解更多 加入收藏 观看视频
Is this hosted on GitHub?
If this control is hosted on GitHub, paste the address below, otherwise click "Not Hosted on GitHub".