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

Swift Package Manager support #40

Open benweidig opened 4 years ago

benweidig commented 4 years ago

Added Pacakge.swift to support Swift Package Manager

StefaniOSApps commented 3 years ago

@Xiaoye220 can you plz have a look at this ?

benweidig commented 3 years ago

Hi @StefaniOSApps

I'm pretty sure the project is dead and won't be updated to SPM. But you can easily do it yourself.

Just check out this PR or https://github.com/Xiaoye220/EmptyDataSet-Swift/pull/44

  1. Fork the original dependency
  2. Checkout your fork
  3. Add Package.swift as needed
  4. Add, Commit, Push.
  5. Add new dependency to Xcode
  6. Done!
StefaniOSApps commented 3 years ago

@benweidig @Xiaoye220 thx for your replay.

But this is the swift solution of https://github.com/dzenbot/DZNEmptyDataSet with 12 k likes. So I hope we can integrate SPM in this repo.

btw I used for now my one nativ solution without this repo.

cerupcat commented 3 years ago

@Xiaoye220 Any chance of getting this merged in?

qsd-faris commented 1 year ago

This extension is a nice replacement for this library.