You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: