Add eclipses to truncated timeline text. Issue #1072
This commit is contained in:
parent
a37e4b7920
commit
c51f5f44e0
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue