Add eclipses to truncated timeline text. Issue #1072

This commit is contained in:
Maurice Parker 2019-09-29 14:07:33 -05:00
parent a37e4b7920
commit c51f5f44e0
1 changed files with 1 additions and 1 deletions

View File

@ -105,7 +105,7 @@ private extension MasterTimelineTableViewCell {
static func multiLineUILabel() -> UILabel {
let label = NonIntrinsicLabel()
label.numberOfLines = 0
label.lineBreakMode = .byWordWrapping
label.lineBreakMode = .byTruncatingTail
label.allowsDefaultTighteningForTruncation = false
label.adjustsFontForContentSizeCategory = true
return label