I'm using Core Data to store a project name and display it in a table view. When the table view is empty (no data in the database) it is blank. From a user perspective this isn't great, so I want to be able to display a label that says "No Projects". I'm using Core Data to store a project name and