第一个, @IBAction func done(){ print("Contents of the text field: (textField.text!)")
第二个, @IBOutlet weak var textField: UITextField!
第三个, func configureText(for cell: UITableViewCell, with item: ChecklistItem){ let lable = cell.viewWithTag(1000) as! UILabel lable.text = item.text