Merge branch 'bugfix/DE307-545' into 'release/11_7_0'
Digital PCT265 defect DE307-545: Adjust line truncation to use ellipsis for... See merge request BPHV_MIPS/vds_ios!238
This commit is contained in:
commit
2297409cd3
@ -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