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)
|
}.store(in: &subscribers)
|
||||||
backgroundColor = .clear
|
backgroundColor = .clear
|
||||||
numberOfLines = 0
|
numberOfLines = 0
|
||||||
lineBreakMode = .byWordWrapping
|
lineBreakMode = .byTruncatingTail
|
||||||
translatesAutoresizingMaskIntoConstraints = false
|
translatesAutoresizingMaskIntoConstraints = false
|
||||||
accessibilityCustomActions = []
|
accessibilityCustomActions = []
|
||||||
isAccessibilityElement = true
|
isAccessibilityElement = true
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user