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

Fixed issues with installation via Carthage #46

Closed arnold-plakolli closed 2 years ago

arnold-plakolli commented 3 years ago

Left just the .xcodeproj file, which is enough to take a look at the project and run the example. Also, it enables installation of this dependency via Carthage because it was not working until now.

Fixes this issue: https://github.com/Xiaoye220/EmptyDataSet-Swift/issues/35