TBEmptyDataSet icon indicating copy to clipboard operation
TBEmptyDataSet copied to clipboard

How do I remove the emptydataset?

Open jbird84 opened this issue 4 years ago • 0 comments

I call the delegates

Then set title and Description titleForEmptyDataSet = "No Job" descripitonForEmptyDataSet = "Tap + to create a new job"

This works perfectly as it should. However when I add a new "job" (a cell to the tableView) the "No Job Tap + to create a new job" still shows on my tableView.

How do I remove this once there is data to show on the tableView?

jbird84 avatar Mar 06 '20 03:03 jbird84