→ Consider making a Constants.swift file to keep track of identifiers using type properties (ex. static let identifier = Reusable cell)
Connect the table view object to your view controller
Let your view controller conform to the protocol called "UITableViewDataSource"
note: You can also conform to the UITableViewDelegate as well
Implement the methods needed to fully conform to the aforementioned protocol
Simulator example