wrong key fix
This commit is contained in:
parent
a5d59db903
commit
c1dcec452d
@ -57,7 +57,7 @@ open class MoleculeStackTemplate: ThreeLayerViewController, TemplateProtocol {
|
|||||||
moleculeStackModel.useStackSpacingBeforeFirstItem = true
|
moleculeStackModel.useStackSpacingBeforeFirstItem = true
|
||||||
for stackItem in moleculeStackModel.molecules {
|
for stackItem in moleculeStackModel.molecules {
|
||||||
guard let stackItem = stackItem as? MoleculeStackItemModel,
|
guard let stackItem = stackItem as? MoleculeStackItemModel,
|
||||||
stackItem.horizontalAlignment == nil else { continue }
|
stackItem.useHorizontalMargins == nil else { continue }
|
||||||
stackItem.useHorizontalMargins = true
|
stackItem.useHorizontalMargins = true
|
||||||
}
|
}
|
||||||
stack.set(with: moleculeStackModel, delegateObject() as? MVMCoreUIDelegateObject, nil)
|
stack.set(with: moleculeStackModel, delegateObject() as? MVMCoreUIDelegateObject, nil)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user