increased spacing
This commit is contained in:
parent
573629b897
commit
5a4aeb0a4e
@ -29,7 +29,7 @@
|
|||||||
open override func setupView() {
|
open override func setupView() {
|
||||||
super.setupView()
|
super.setupView()
|
||||||
stack.setAndCreateModel(with: [eyebrow, headline, body, link])
|
stack.setAndCreateModel(with: [eyebrow, headline, body, link])
|
||||||
stack.stackModel?.spacing = 0
|
stack.stackModel?.spacing = 2.0
|
||||||
addSubview(stack)
|
addSubview(stack)
|
||||||
NSLayoutConstraint.constraintPinSubview(toSuperview: stack)
|
NSLayoutConstraint.constraintPinSubview(toSuperview: stack)
|
||||||
stack.restack()
|
stack.restack()
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user