So I\'m trying to update the text on a UIButton when I click it. I\'m using the following line to change the text:
calibrationButton.titleLabel.text = @\"Cal
If you don't want to set the title for all states, just set it for the normal state since the title for the unset states will default to the title of the normal state.
btn.setTitle("Some text", for:.normal)