Skip to content

Commit 99feefe

Browse files
Luc DionLuc Dion
authored andcommitted
Update documentation
1 parent a31e9f5 commit 99feefe

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

Docs/Notes.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@
88
===============================================
99
TODO:
1010
===============================================
11+
- Nice introduction https://github.com/stevestreza/Relayout
12+
1113
- Antoine Lamy: Suggestion pour ton système de layout (pt déjà le cas): Utiliser une interface entre l'engin de layout et
1214
UIKit afin de potentiellement être capable de le bridger vers d'autres entitées visuelles qu'une
1315
UIView (exemple: CALayer, NSView, ASDisplayNode, etc). L'engin n'a probablement à dealer qu'avec des

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,10 @@ Layout most views using a single line without constraints. Stateless, so it can
3434

3535
## PinLayout principles and philosophy <a name="introduction"></a>
3636

37+
* Manual layouting. No magic, pure code, full control.
3738
* Layout one view at a time.
38-
* Layout most views using a single line
39+
* Layout most views using a single line.
40+
3941
* Stateless
4042
* The layout system doesn’t add any stored properties to UIViews. It simply compute the UIView.frame property, one view at a time.
4143
* Since it is stateless, it can be used with any other layout framework without conflicts.

0 commit comments

Comments
 (0)