Skip to content

Commit

Permalink
Update PinLayout_principles.md
Browse files Browse the repository at this point in the history
  • Loading branch information
lucdion authored May 23, 2023
1 parent ed46c2d commit 9b5a82b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/PinLayout_principles.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

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

* 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)
* 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)

* Full control: You're in the middle of the layout process, no magic black box.
* You can add conditions (if/switch/guard/...) related to the device orientation, device type, traitCollection, animations, ...
Expand Down

0 comments on commit 9b5a82b

Please sign in to comment.