Skip to content

Instantly share code, notes, and snippets.

@alcidesjunior
Created October 5, 2023 04:51
Show Gist options
  • Save alcidesjunior/fc6a5a1522724019a7b05c9e78424e58 to your computer and use it in GitHub Desktop.
Save alcidesjunior/fc6a5a1522724019a7b05c9e78424e58 to your computer and use it in GitHub Desktop.
func setLabel(_ value: NSAttributedString) {
myLabel.attributedText = value
myLabel.lineBreakMode = .byTruncatingTail
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment