File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -152,15 +152,15 @@ view1.top >> view2.lastBaseline
152152
153153All layout attributes can be used in that way, while baselines are not available on layout guides.
154154
155- If left side ( source) and right side ( target) refer to the same layout attribute, you may omit one of them . These are equivalent:
155+ If source and target refer to the same attribute, you may omit the attribute on one side . These are equivalent:
156156
157157``` swift
158158item1.left >> item2.left
159159item1.left >> item2
160160item1 >> item2.left
161161```
162162
163- You may modify the constrain target (right side attribute) and also chain these modifications:
163+ You may modify the constrain target and also chain these modifications:
164164
165165``` swift
166166item1 >> item2.left .offset (8 )
You can’t perform that action at this time.
0 commit comments