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
Extremely Fast views layouting without auto layout. No magic, pure code, full control and blazing fast. Concise syntax, intuitive, readable & chainable.
20
20
21
-
> "No auto-layout constraints attached"
21
+
> "No Auto layout constraints attached"
22
22
23
23
<br>
24
24
25
+
### Requirements
26
+
* iOS 8.0+ / tvOS 9.0+
27
+
* Xcode 8.0+
28
+
* Swift 3.0+
29
+
30
+
### Content
31
+
25
32
*[PinLayout principles and philosophy](#introduction)
26
33
*[Performance](#performance)
27
34
*[Usage example](#intro_usage_example)
@@ -43,7 +50,6 @@ Extremely Fast views layouting without auto layout. No magic, pure code, full co
43
50
44
51
:pushpin: PinLayout is actively updated, adding more features weekly. So please come often to see latest changes. You can also **Star** it to be able to retrieve it easily later.
45
52
46
-
47
53
## PinLayout principles and philosophy <aname="introduction"></a>
48
54
49
55
* Manual layouting (doesn't rely on auto layout).
@@ -916,6 +922,12 @@ PinLayout was inspired by other great layout frameworks, including:
916
922
*[SnapKit](https://github.com/SnapKit/SnapKit): Clean interface for anchors.
917
923
* ... and even Auto layout :-)
918
924
925
+
<br>
926
+
927
+
## Changelog
928
+
PinLayout recent history is available in the are documented in the [CHANGELOG](CHANGELOG.md).
0 commit comments