Simple question here. I have a UIButton, currencySelector, and I want to programmatically change the text. Here\'s what I have:
currencySelector.text = \"foo
Swift 5.0
// Standard State myButton.setTitle("Title", for: .normal)