swift reload tableview

Swift
// You can access your tableView IBOutlet in viewDidLoad:, 
self.tableView.reloadData()


Source

Also in Swift: