dzenbot / DZNEmptyDataSet

A drop-in UITableView/UICollectionView superclass category for showing empty datasets whenever the view has no content to display
https://www.cocoacontrols.com/controls/dznemptydataset
MIT License
12.09k stars 1.73k forks source link

UITableView Inside of a UIViewController #188

Open nikilster opened 8 years ago

nikilster commented 8 years ago

Awesome library! Was showing my buddy how it has some of the best docs / setup intro I've ever seen!!! 🎉👏👊🙌

Is there a way to use this when we have a UITableView inside of a UIViewController (we have a container view inside the controller also so we need to use a UIViewController instead of UITableViewController)

Also I didn't seem to see the the animations when I used the tutorial code on the readme.

Thanks again for a fantastic and amazingly explained library!!! 🎉

dzenbot commented 8 years ago

I'm glad you liked it! 👊

This library should work with any object member of UIScrollView, so it should work for your use case as well.