I tried changing the colors of the text for a button, but it\'s still staying white.
isbeauty = UIButton() isbeauty.setTitle(\"Buy\", forState: UIControlStat
Example in setting button title color
btnDone.setTitleColor(.black, for: .normal)