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.
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.