I would like to set the delegate and datasource for \'tableViewinViewController.swift` file.
delegate
datasource
in
I wrote this code in my viewDidL
Do this, it will work
tableView.delegate = self tableView.dataSource = self