Pretty simple code:
func numberOfSectionsInTableView(tableView: UITableView?) -> Int { return 1 } func tableView(tableView:UITableView!, numberOfRows
Possibly that your view in Main.Storyboard lost its IBOutlet reference in ViewController file, just link it again.