ios,swift
[ios]swift .byTruncatingTail not working 해결방법
thdeodls85
2020. 4. 1. 18:42
[ios]swift .byTruncatingTail not working 해결방법
self.nameLabel.sizeToFit()
self.nameLabel.adjustsFontSizeToFitWidth = false
self.nameLabel.lineBreakMode = .byTruncatingTail