Skip to content

Instantly share code, notes, and snippets.

@RockinPaul
Created May 19, 2018 21:53
Show Gist options
  • Save RockinPaul/ab0ec70627ebac793cb0af669da597bf to your computer and use it in GitHub Desktop.
Save RockinPaul/ab0ec70627ebac793cb0af669da597bf to your computer and use it in GitHub Desktop.
var btShop = UIButton()
let attributedString = NSAttributedString(
string: NSLocalizedString(“Buy”, comment: “”),
attributes:[
NSFontAttributeName :UIFont.systemFontOfSize(16.0),
NSForegroundColorAttributeName : UIColor.grayColor(),
NSUnderlineStyleAttributeName:1.0
])
btShop.setAttributedTitle(attributedString, forState: .normal)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment