added review feedback
This commit is contained in:
parent
e7ce1daa3b
commit
b3a9fcb1ab
@ -63,7 +63,7 @@ import UIKit
|
|||||||
addSubview(stack)
|
addSubview(stack)
|
||||||
NSLayoutConstraint.constraintPinSubview(toSuperview: stack)
|
NSLayoutConstraint.constraintPinSubview(toSuperview: stack)
|
||||||
stack.backgroundColor = backgroundColor
|
stack.backgroundColor = backgroundColor
|
||||||
stack.contentView.backgroundColor = .mvmCoolGray3
|
stack.contentView.backgroundColor = .clear
|
||||||
stack.model = StackModel(molecules: [], axis: .horizontal, spacing: 2)
|
stack.model = StackModel(molecules: [], axis: .horizontal, spacing: 2)
|
||||||
stack.stackModel?.horizontalAlignment = .leading
|
stack.stackModel?.horizontalAlignment = .leading
|
||||||
|
|
||||||
@ -111,7 +111,6 @@ import UIKit
|
|||||||
|
|
||||||
roundedCorners = multiProgressModel.roundedCorners ?? false
|
roundedCorners = multiProgressModel.roundedCorners ?? false
|
||||||
thicknessConstraint?.constant = multiProgressModel.thickness ?? defaultHeight
|
thicknessConstraint?.constant = multiProgressModel.thickness ?? defaultHeight
|
||||||
stack.model?.backgroundColor = model.backgroundColor
|
|
||||||
set(with: multiProgressModel.progressList, delegateObject, additionalData)
|
set(with: multiProgressModel.progressList, delegateObject, additionalData)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user