levibostian / iOSBlanky

My opinionated iOS app boilerplate
MIT License
6 stars 5 forks source link

Replace DZNEmptyDataSet #17

Closed levibostian closed 4 years ago

levibostian commented 5 years ago

I plan to replace this dependency with something that is more of a view that can swap it's own with with another view. This way we can have a UITableView that we can swap in an empty view, loading view, error view, or anything else we need.

This would be better then DZNEmptyDataSet as that library is only to add an empty view to a UITableView and is not as universal of a use.