alignment changes
This commit is contained in:
parent
bffd2475df
commit
a9ca55c738
@ -19,9 +19,9 @@ import Foundation
|
||||
var stack: Stack<StackModel>
|
||||
|
||||
public override init(style: UITableViewCell.CellStyle, reuseIdentifier: String?) {
|
||||
stack = Stack<StackModel>.createStack(with: [(view: leftLabel, model: StackItemModel(percent: 33, horizontalAlignment: .leading)),
|
||||
(view: centerLabel, model: StackItemModel(percent: 27, horizontalAlignment: .leading)),
|
||||
(view: rightLabel, model: StackItemModel(percent: 40, horizontalAlignment: .center))],
|
||||
stack = Stack<StackModel>.createStack(with: [(view: leftLabel, model: StackItemModel(percent: 30, horizontalAlignment: .leading)),
|
||||
(view: centerLabel, model: StackItemModel(percent: 40, horizontalAlignment: .leading)),
|
||||
(view: rightLabel, model: StackItemModel(percent: 30, horizontalAlignment: .center))],
|
||||
axis: .horizontal)
|
||||
super.init(style: style, reuseIdentifier: reuseIdentifier)
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user