Aaron Brethorst,2014年6月21日
DZNEmptyDataSet是一个针对UITableView/UICollectionView的父类分类,用于在视图没有可显示内容时显示空数据集。
它将自动工作,只需遵守DZNEmptyDataSetSource协议,并返回您想要显示的数据。将观察到-reloadData调用,因此每当需要时,都将配置空数据集。非常重要,当视图即将释放时,请将dataSetSource和数据集代理设置为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".