What is the correct way to reload a tableView from inside a nib? – Ios swift
I have a tableview which shows a custom cell. Inside the cell is a button. Once the button is clicked, a network call is made and the tableview should reload. I tried this, but I get Fatal error: Unexpectedly found…