Merge branch 'release/11_7_0' into 'develop'
release/11_7_0 hotfix merge See merge request BPHV_MIPS/vds_ios!237
This commit is contained in:
commit
c4b7939040
@ -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