File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -110,11 +110,11 @@ This example layout an image, a UISegmentedControl and a label.
110110
111111``` javascript
112112override func layoutSubviews () {
113- super .layoutSubviews ()
113+ super .layoutSubviews ()
114114
115- logo .pin .topLeft ().size (100 ).margin (74 , 10 , 10 )
116- segmented .pin .right (of: logo, aligned: .top ).right ().marginHorizontal (20 )
117- textLabel .pin .below (of: segmented, aligned: .left ).width (of: segmented).pinEdges ().marginTop (10 ).sizeToFit ()
115+ logo .pin .topLeft ().size (100 ).margin (74 , 10 , 10 )
116+ segmented .pin .right (of: logo, aligned: .top ).right ().marginHorizontal (20 )
117+ textLabel .pin .below (of: segmented, aligned: .left ).width (of: segmented).pinEdges ().marginTop (10 ).sizeToFit ()
118118}
119119```
120120
You can’t perform that action at this time.
0 commit comments