Added number of lines for rightlabel.
This commit is contained in:
parent
98e8038360
commit
a1b7e81dfc
@ -38,6 +38,7 @@
|
||||
super.setupView()
|
||||
rightLabel.setContentCompressionResistancePriority(UILayoutPriority(rawValue: 900), for: .horizontal)
|
||||
rightLabel.setContentHuggingPriority(UILayoutPriority(rawValue: 900), for: .horizontal)
|
||||
rightLabel.numberOfLines = 1
|
||||
addMolecule(stack)
|
||||
stack.restack()
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user