Removing percentage.
This commit is contained in:
parent
207d1915d5
commit
19ce1087eb
@ -39,9 +39,9 @@ import UIKit
|
|||||||
eyebrowHeadlineBodyLink.setWithModel(model.eyebrowHeadlineBodyLink, delegateObject, additionalData)
|
eyebrowHeadlineBodyLink.setWithModel(model.eyebrowHeadlineBodyLink, delegateObject, additionalData)
|
||||||
|
|
||||||
// Create a stack model to use for the internal stack and set the alignment of labels
|
// Create a stack model to use for the internal stack and set the alignment of labels
|
||||||
let stackModel = StackModel(molecules: [StackItemModel(percent:10,horizontalAlignment: .center),
|
let stackModel = StackModel(molecules: [StackItemModel(horizontalAlignment: .fill),
|
||||||
StackItemModel(percent:10,horizontalAlignment: .fill),
|
StackItemModel(horizontalAlignment: .fill),
|
||||||
StackItemModel(percent:80,horizontalAlignment: .leading)],
|
StackItemModel(horizontalAlignment: .leading)],
|
||||||
axis: .horizontal)
|
axis: .horizontal)
|
||||||
stack.model = stackModel
|
stack.model = stackModel
|
||||||
stack.restack()
|
stack.restack()
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user