SyntaxFix
Write A Post
Hire A Developer
Questions
You have your storyboard set up to expect an outlet called tableView but the actual outlet name is myTableView.
tableView
myTableView
If you delete the connection in the storyboard and reconnect to the right variable name, it should fix the problem.