How do I update labels based on a selected tableView cell that is in the same View Controller? – Ios swift
I have a tableView inside of a ViewController that also has a separate view called infoView. I do not have a second viewController. The infoView and the tableView are in the same ViewController and I need the labels in the…