[Solved] Changing the view color when comparing values
[ad_1] In your view controller you need to add UITextFieldDelegate which will allow you to access methods related to your text field. The top of your view controller should look like this: class ViewController: UIViewController,UITextFieldDelegate //set delegate to class You then need to set the delegate of your text field to self in viewDidLoad and … Read more