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
for swift :
button.setTitle("Swift", forState: UIControlState.Normal)