increased spacing

This commit is contained in:
Damodaram 2021-01-18 13:46:46 +05:30
parent 573629b897
commit 5a4aeb0a4e

View File

@ -29,7 +29,7 @@
open override func setupView() {
super.setupView()
stack.setAndCreateModel(with: [eyebrow, headline, body, link])
stack.stackModel?.spacing = 0
stack.stackModel?.spacing = 2.0
addSubview(stack)
NSLayoutConstraint.constraintPinSubview(toSuperview: stack)
stack.restack()