Xcode – How to enable addButton when corresponding textField has 3+ characters typed in?
I have a textField and a submit button. The submit button is disabled by default and should only be enabled if textField has 3+ characters typed into it. My code: class AddNameVC: UITableViewController, UITextFieldDelegate { @IBOutlet weak var addNameTF: UITextField!…