I have a UIButton, that when pressed, brings up a new view where the user can change some settings. When the view is dismissed, I\'d like to update the title/t
UIButton
As of Swift 4:
button.setTitle("Click", for: .normal)