Xiaoye220 / EmptyDataSet-Swift

🎄 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

Closed m3g0byt3 closed 6 years ago

m3g0byt3 commented 6 years ago

In the emptyDataSet(:didTapView:) method of EmptyDataSetDelegate instead of UIView instance tapped by the user (as description says) - a UITapGestureRecognizer instance passed:

screenshot 2018-06-08 19 27 01

Xiaoye220 commented 6 years ago

thanks

m3g0byt3 commented 6 years ago

👍