Digital PCT265 defect DE307-545: Adjust line truncation to use ellipsis for cases where the numberOfLines is limited.
This commit is contained in:
parent
0d8b0ab79e
commit
ea60bd142d
@ -204,7 +204,7 @@ open class Label: UILabel, ViewProtocol, UserInfoable {
|
||||
}.store(in: &subscribers)
|
||||
backgroundColor = .clear
|
||||
numberOfLines = 0
|
||||
lineBreakMode = .byWordWrapping
|
||||
lineBreakMode = .byTruncatingTail
|
||||
translatesAutoresizingMaskIntoConstraints = false
|
||||
accessibilityCustomActions = []
|
||||
isAccessibilityElement = true
|
||||
|
||||
Loading…
Reference in New Issue
Block a user