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)
|
}.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