Navigate from a ViewController to an another on didSelectRowAt programmatically
问题 I have a UIViewController that contains a custom UITableView . The table has a custom UITableViewCell too. How to navigate from the first ViewController to an another when you select/click one of the rows? Note I have not used StoryBoard . Update This my code. Each one of the classes are external file. Let me know, if you need more code. class TestViewController: UIViewController, UITableViewDelegate { override func viewDidLoad() { super.viewDidLoad() view.backgroundColor = .white view