Skip to content

Instantly share code, notes, and snippets.

@alcidesjunior
Created October 5, 2023 04:44
Show Gist options
  • Save alcidesjunior/7d3b88ccea86eb0344fca7f7475cf6f6 to your computer and use it in GitHub Desktop.
Save alcidesjunior/7d3b88ccea86eb0344fca7f7475cf6f6 to your computer and use it in GitHub Desktop.
private let myLabel: UILabel = {
let label = UILabel()
label.numberOfLines = 1
label.lineBreakMode = .byTruncatingTail
return label
}()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment