@@ -33,18 +33,16 @@ class VerticalAlignmentViewController: UIViewController {
3333 UILabel ( text: " Top " , font: . systemFont( ofSize: 14 ) ) ,
3434
3535 LMRowView ( weight: 1 ,
36- LMColumnView ( margin: 8 , verticalAlignment: . top,
36+ LMColumnView ( margin: 8 , verticalAlignment: . top, with : cellStyle ,
3737 UIImageView ( image: phoneIcon, tintColor: . black) ,
3838 UIImageView ( image: faxIcon, tintColor: . black) ,
39- UIImageView ( image: emailIcon, tintColor: . black) ,
40- with: cellStyle
39+ UIImageView ( image: emailIcon, tintColor: . black)
4140 ) ,
4241
43- LMRowView ( margin: 8 , verticalAlignment: . top,
42+ LMRowView ( margin: 8 , verticalAlignment: . top, with : cellStyle ,
4443 UIImageView ( image: phoneIcon, tintColor: . black) ,
4544 UIImageView ( image: faxIcon, tintColor: . black) ,
46- UIImageView ( image: emailIcon, tintColor: . black) ,
47- with: cellStyle
45+ UIImageView ( image: emailIcon, tintColor: . black)
4846 )
4947 )
5048 ) ,
@@ -56,18 +54,16 @@ class VerticalAlignmentViewController: UIViewController {
5654 UILabel ( text: " Bottom " , font: . systemFont( ofSize: 14 ) ) ,
5755
5856 LMRowView ( weight: 1 ,
59- LMColumnView ( margin: 8 , verticalAlignment: . bottom,
57+ LMColumnView ( margin: 8 , verticalAlignment: . bottom, with : cellStyle ,
6058 UIImageView ( image: phoneIcon, tintColor: . black) ,
6159 UIImageView ( image: faxIcon, tintColor: . black) ,
62- UIImageView ( image: emailIcon, tintColor: . black) ,
63- with: cellStyle
60+ UIImageView ( image: emailIcon, tintColor: . black)
6461 ) ,
6562
66- LMRowView ( margin: 8 , verticalAlignment: . bottom,
63+ LMRowView ( margin: 8 , verticalAlignment: . bottom, with : cellStyle ,
6764 UIImageView ( image: phoneIcon, tintColor: . black) ,
6865 UIImageView ( image: faxIcon, tintColor: . black) ,
69- UIImageView ( image: emailIcon, tintColor: . black) ,
70- with: cellStyle
66+ UIImageView ( image: emailIcon, tintColor: . black)
7167 )
7268 )
7369 ) ,
@@ -78,11 +74,10 @@ class VerticalAlignmentViewController: UIViewController {
7874 LMColumnView (
7975 UILabel ( text: " Center " , font: . systemFont( ofSize: 14 ) ) ,
8076
81- LMRowView ( margin: 8 , verticalAlignment: . center, weight: 1 ,
77+ LMRowView ( margin: 8 , verticalAlignment: . center, weight: 1 , with : cellStyle ,
8278 UIImageView ( image: phoneIcon, tintColor: . black) ,
8379 UIImageView ( image: faxIcon, tintColor: . black) ,
84- UIImageView ( image: emailIcon, tintColor: . black) ,
85- with: cellStyle
80+ UIImageView ( image: emailIcon, tintColor: . black)
8681 )
8782 ) ,
8883
@@ -92,11 +87,10 @@ class VerticalAlignmentViewController: UIViewController {
9287 LMColumnView (
9388 UILabel ( text: " Fill " , font: . systemFont( ofSize: 14 ) ) ,
9489
95- LMColumnView ( margin: 8 ,
90+ LMColumnView ( margin: 8 , with : cellStyle ,
9691 UIImageView ( image: phoneIcon, contentMode: . center, tintColor: . black, weight: 1 ) ,
9792 UIImageView ( image: faxIcon, contentMode: . center, tintColor: . black, weight: 1 ) ,
98- UIImageView ( image: emailIcon, contentMode: . center, tintColor: . black, weight: 1 ) ,
99- with: cellStyle
93+ UIImageView ( image: emailIcon, contentMode: . center, tintColor: . black, weight: 1 )
10094 )
10195 )
10296 )
0 commit comments