minor
This commit is contained in:
parent
a475075cd8
commit
ee1d847a41
@ -1172,6 +1172,15 @@
|
|||||||
path = FourColumn;
|
path = FourColumn;
|
||||||
sourceTree = "<group>";
|
sourceTree = "<group>";
|
||||||
};
|
};
|
||||||
|
D20FFFB42451E32100A31DA2 /* Device */ = {
|
||||||
|
isa = PBXGroup;
|
||||||
|
children = (
|
||||||
|
BB1D17DF244EAA30001D2002 /* ListDeviceComplexButtonMediumModel.swift */,
|
||||||
|
BB1D17E1244EAA46001D2002 /* ListDeviceComplexButtonMedium.swift */,
|
||||||
|
);
|
||||||
|
path = Device;
|
||||||
|
sourceTree = "<group>";
|
||||||
|
};
|
||||||
D213347423842FE3008E41B3 /* Controllers */ = {
|
D213347423842FE3008E41B3 /* Controllers */ = {
|
||||||
isa = PBXGroup;
|
isa = PBXGroup;
|
||||||
children = (
|
children = (
|
||||||
@ -1370,8 +1379,7 @@
|
|||||||
D22B38EA23F4E08B00490EF6 /* List */ = {
|
D22B38EA23F4E08B00490EF6 /* List */ = {
|
||||||
isa = PBXGroup;
|
isa = PBXGroup;
|
||||||
children = (
|
children = (
|
||||||
BB1D17DF244EAA30001D2002 /* ListDeviceComplexButtonMediumModel.swift */,
|
D20FFFB42451E32100A31DA2 /* Device */,
|
||||||
BB1D17E1244EAA46001D2002 /* ListDeviceComplexButtonMedium.swift */,
|
|
||||||
52267A0523FFE0A900906CBA /* OneColumn */,
|
52267A0523FFE0A900906CBA /* OneColumn */,
|
||||||
D22D8396241FDE4700D3DF69 /* TwoColumn */,
|
D22D8396241FDE4700D3DF69 /* TwoColumn */,
|
||||||
8DD1E36C243B3CD900D8F2DF /* ThreeColumn */,
|
8DD1E36C243B3CD900D8F2DF /* ThreeColumn */,
|
||||||
|
|||||||
@ -26,10 +26,10 @@ import Foundation
|
|||||||
(view: headline, model: StackItemModel(horizontalAlignment: .leading)),
|
(view: headline, model: StackItemModel(horizontalAlignment: .leading)),
|
||||||
(view: body, model: StackItemModel(horizontalAlignment: .leading)),
|
(view: body, model: StackItemModel(horizontalAlignment: .leading)),
|
||||||
(view: body2, model: StackItemModel(horizontalAlignment: .leading)),
|
(view: body2, model: StackItemModel(horizontalAlignment: .leading)),
|
||||||
(view: button, model: StackItemModel(spacing:16,horizontalAlignment: .leading))],
|
(view: button, model: StackItemModel(spacing:16, horizontalAlignment: .leading))],
|
||||||
axis: .vertical,spacing: 0)
|
axis: .vertical, spacing: 0)
|
||||||
stack = Stack<StackModel>.createStack(with: [(view: verticalStack, model: StackItemModel(horizontalAlignment: .leading,verticalAlignment: .center)),
|
stack = Stack<StackModel>.createStack(with: [(view: verticalStack, model: StackItemModel(horizontalAlignment: .leading, verticalAlignment: .leading)),
|
||||||
(view: rightImageView, model: StackItemModel(horizontalAlignment: .fill,verticalAlignment: .center))],
|
(view: rightImageView, model: StackItemModel(horizontalAlignment: .fill, verticalAlignment: .center))],
|
||||||
axis: .horizontal)
|
axis: .horizontal)
|
||||||
super.init(style: style, reuseIdentifier: reuseIdentifier)
|
super.init(style: style, reuseIdentifier: reuseIdentifier)
|
||||||
}
|
}
|
||||||
Loading…
Reference in New Issue
Block a user