Enable Button if textView and textFields are fille

2019-08-18 22:55发布

问题:

How can I enable a bar button item if a textView and two textFields are not empty?

If it would only be textViews or only textFields I could work with textViewDidChange/textFieldDidChange, but now I don't know what to do.