pass data from tableviewcontroller to another tableviewcontroller in swift
问题 I have a form I am creating this form gets filled with textfields the user inputs. After answering all the questions a button pops up to save. I am having a problem making this tableviewcontroller to pass the data to a new tableviewcontroller. I'm stuck and not sure how to go about this. import UIKit class TableViewController: UITableViewController, UITextFieldDelegate { @IBOutlet weak var saveBtn: UIButton! @IBOutlet var firstNameField: UITextField! @IBOutlet var middleNameField: UITextField