Skip to content

Commit 9b5a82b

Browse files
authored
Update PinLayout_principles.md
1 parent ed46c2d commit 9b5a82b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/PinLayout_principles.md

+1-1
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.](https://github.com/layoutBox/PinLayout#pinlayouts-performance)
9+
* PinLayout exist to be simple and fast as possible! In fact, it is fast as manual layouting. See [performance results here.](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, ...

0 commit comments

Comments
 (0)