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: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -47,7 +47,7 @@ Extremely Fast views layouting without auto layout. No magic, pure code, full co
47
47
## PinLayout principles and philosophy <aname="introduction"></a>
48
48
49
49
* Manual layouting (doesn't rely on auto layout).
50
-
*Blazing fast. PinLayout exist to be simple and fast as possible! In fact it is fast as manual layouting. See [performance results below.](#performance)
50
+
* PinLayout exist to be simple and fast as possible! In fact it is fast as manual layouting. See [performance results below.](#performance)
51
51
* Layout one view at a time.
52
52
* Concise syntax. Layout most views using a single line.
0 commit comments