How could I enable / disable keyboard Return Key manually in Swift?
问题 This question is not duplicated from these: How to disable/enable the return key in a UITextField? How to enable or disable the keyboard return key Enable and Disable Keyboard return key on demand in iOS I have two TextFields . @IBOutlet weak var textField1: UITextField! @IBOutlet weak var textField2: UITextField! textField1 has the Next button like the Return Key; textField2 has the Go button like the Return Key; textField1 textField2 I would like to enable the Go button of the second