Skip to content

Commit b76d287

Browse files
committed
Fix typo
1 parent 55c50ec commit b76d287

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -454,20 +454,20 @@ Position the view above the specified view(s) and aligned it using the specified
454454
**`below(of: [UIView], aligned: HorizontalAlignment)`**
455455
Position the view below the specified view(s) and aligned it using the specified HorizontalAlignment. One or many relative views can be specified.
456456

457-
* **`before(of: UIView, aligned: HorizontalAlignment)`**:left_right_arrow:
458-
**`before(of: [UIView], aligned: HorizontalAlignment)`**:left_right_arrow:
457+
* **`before(of: UIView, aligned: VerticalAlignment)`**:left_right_arrow:
458+
**`before(of: [UIView], aligned: VerticalAlignment)`**:left_right_arrow:
459459
In LTR direction the view is positioned at the left of the specified view(s). In RTL direction the view is positioned at the right. One or many relative views can be specified.
460460

461-
* **`after(of: UIView, aligned: HorizontalAlignment)`**:left_right_arrow:
462-
**`after(of: [UIView], aligned: HorizontalAlignment)`**:left_right_arrow:
461+
* **`after(of: UIView, aligned: VerticalAlignment)`**:left_right_arrow:
462+
**`after(of: [UIView], aligned: VerticalAlignment)`**:left_right_arrow:
463463
In LTR direction the view is positioned at the right of the specified view(s). In RTL direction the view is positioned at the left. One or many relative views can be specified.
464464

465465
* **`left(of: UIView, aligned: VerticalAlignment)`**
466-
**`left(of: [UIView], aligned: HorizontalAlignment)`**
466+
**`left(of: [UIView], aligned: VerticalAlignment)`**
467467
Position the view left of the specified view(s) and aligned it using the specified VerticalAlignment. Similar to `before(of:)`. One or many relative views can be specified.
468468

469469
* **`right(of: UIView, aligned: VerticalAlignment)`**
470-
**`right(of: [UIView], aligned: HorizontalAlignment)`**
470+
**`right(of: [UIView], aligned: VerticalAlignment)`**
471471
Position the view right of the specified view(s) and aligned it using the specified VerticalAlignment. Similar to `after(of:)`. One or many relative views can be specified.
472472

473473

0 commit comments

Comments
 (0)