🎄 DZNEmptyDataSet implement with Swift.A drop-in UITableView/UICollectionView superclass category for showing empty datasets whenever the view has no content to display. DZNEmptyDataSet with Swift.
MIT License
692
stars
99
forks
source link
Incorrect object sent to emptyDataSet(:didTapView:) delegate method #14
In the emptyDataSet(:didTapView:) method of EmptyDataSetDelegate instead of UIView instance tapped by the user (as description says) - a UITapGestureRecognizer instance passed:
In the
emptyDataSet(:didTapView:)
method ofEmptyDataSetDelegate
instead ofUIView
instance tapped by the user (as description says) - aUITapGestureRecognizer
instance passed: