DZNEmptyDataSet icon indicating copy to clipboard operation
DZNEmptyDataSet copied to clipboard

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

Open kvcc opened this issue 8 years ago • 8 comments

/*set */ self.tableView.emptyDataSetSource = self; self.tableView.emptyDataSetDelegate = self; it can not work.

kvcc avatar Feb 23 '17 03:02 kvcc

I kept the agreement(DZNEmptyDataSetSource,DZNEmptyDataSetDelegate)

kvcc avatar Feb 23 '17 03:02 kvcc

me too, I don't know why

LimingZou avatar Jun 13 '17 11:06 LimingZou

@kvcc @LimingZou set Build Phases -> Link Binary With Libraries Add libDZNEmptyDataSet.a Done 亲测好用 (^o^)/~

w275400625 avatar Jun 28 '17 02:06 w275400625

@kvcc @LimingZou You could have a try .

w275400625 avatar Jun 28 '17 02:06 w275400625

adding libDZNEmptyDataSet.a gave too many errors

habibghantous avatar Jul 04 '17 14:07 habibghantous

while working with DZNEmptyDataSet, TableView.emptyDataSetSource = self; is giving an error and i don't know why, any help?

habibghantous avatar Jul 05 '17 07:07 habibghantous

It can work!

nihong avatar Apr 16 '18 09:04 nihong

@kvcc @LimingZou set Build Phases -> Link Binary With Libraries Add libDZNEmptyDataSet.a Done 亲测好用 (^o^)/~

libDZNEmptyDataSet.a 怎么制作?

chglog avatar Nov 14 '18 13:11 chglog