Im new in this... I have one text field and one label... I would like to change label color in case when message in text field and label text are not equal. This is my start:
@IBAction func tapMeButton(_ sender: Any) {
label.text = txtField.text
}
How can I do this?