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 setEmptyDataSetSource:]: unrecognized selector sent to instance #390

Open monish152 opened 6 years ago

monish152 commented 6 years ago

I am getting crash.

-[UITableView setEmptyDataSetSource:]: unrecognized selector sent to instance

Added by carthage.

nihong commented 6 years ago

Do you have solved this problems?

nihong commented 6 years ago

https://github.com/dzenbot/DZNEmptyDataSet/issues/325

marico-sun commented 6 years ago

About this question ,first time I also attacked. To solve this question, you can try this method, and it may solve your problem: 1、go to "Build Phases" , 2、select "Link Binary with Libraries", 3、add lib DZNEmptyDataSet.framework(What I used Installation is cocoapod) .

If there are any other questions, you can ask me in this dialogue,thanks.