You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/PinLayout_principles.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@
6
6
7
7
* Manual layouting (doesn't rely on auto layout).
8
8
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)
10
10
11
11
* Full control: You're in the middle of the layout process, no magic black box.
12
12
* You can add conditions (if/switch/guard/...) related to the device orientation, device type, traitCollection, animations, ...
0 commit comments