Skip to content

Commit ed46c2d

Browse files
authored
Update PinLayout_principles.md
1 parent ce929a6 commit ed46c2d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/PinLayout_principles.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
* Manual layouting (doesn't rely on auto layout).
88

9-
* PinLayout exist to be simple and fast as possible! In fact, it is fast as manual layouting. See [performance results below.](#performance)
9+
* PinLayout exist to be simple and fast as possible! In fact, it is fast as manual layouting. See [performance results below.](https://github.com/layoutBox/PinLayout#pinlayouts-performance)
1010

1111
* Full control: You're in the middle of the layout process, no magic black box.
1212
* You can add conditions (if/switch/guard/...) related to the device orientation, device type, traitCollection, animations, ...
@@ -31,4 +31,4 @@ Each view can use the layout system that better suit it (PinLayout, autolayout,
3131
* Not too intrusive. PinLayout only adds three properties to existing iOS classes: `UIView.pin`, `UIView.anchor` and `UIView.edge`
3232
* Minimize as much as possible calculations and constants when layouting views. But it is always possible to add advanced computation if required.
3333

34-
* Method's name match as much as possible other layout frameworks, including [FlexLayout](https://github.com/layoutBox/FlexLayout)/flexbox, CSS, React Native, …
34+
* Method's name match as much as possible other layout frameworks, including [FlexLayout](https://github.com/layoutBox/FlexLayout)/flexbox, CSS, React Native, …

0 commit comments

Comments
 (0)