I have a tableview, where sometimes there might not be any results to list, so I would like to put something up that says \"no results\" if the
tableview
If you want to do this without any code, try this!
Click on your tableView.
Change the style from "plain" to "grouped".
Now when you use ....
tableView.backgroundView = INSERT YOUR LABEL OR VIEW
It will not show the separators!