Skip to content

Commit c70fd56

Browse files
committed
Update README.md
1 parent 06aebd4 commit c70fd56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ view4.anchorAndFillEdge(.Right, xPad: padding, yPad: padding, otherSize: size)
128128

129129
## Align
130130

131-
Now that we've anchored primary views, we can start making our UI more complex by aligning other views *relative to other sibling views*, using the (you guessed it) `Align` value. **Sibling views** are views that share the same superview directly. There are twelve `Align` types, and they are all pretty self-explanatory - here's an example using all nine with the `align()` function:
131+
Now that we've anchored primary views, we can start making our UI more complex by aligning other views *relative to other sibling views*, using the (you guessed it) `Align` value. **Sibling views** are views that share the same superview directly. There are twelve `Align` types, and they are all pretty self-explanatory - here's an example using all twelve with the `align()` function:
132132

133133
```
134134
view1.align(.AboveMatchingLeft, relativeTo: anchorView, padding: padding, width: size, height: size)

0 commit comments

Comments
 (0)