We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 587c2af commit db1cdbeCopy full SHA for db1cdbe
1 file changed
README.md
@@ -51,7 +51,8 @@ Layout is done by setting UIView's frame property directly. This implementation
51
[Manual layout benchmark's source code](https://github.com/layoutBox/LayoutFrameworkBenchmark/blob/master/LayoutFrameworkBenchmark/Benchmarks/ManualLayout/FeedItemManualView.swift)
52
53
* [**NKFrameLayoutKit**](https://github.com/kennic/NKFrameLayoutKit)
54
-NKFrameLayoutKit is a fast and easy to use layout framework
+NKFrameLayoutKit is a fast and easy to use layout framework.
55
+
56
[NKFrameLayoutKit benchmark's source code](https://github.com/kennic/LayoutFrameworkBenchmark/blob/master/LayoutFrameworkBenchmark/Benchmarks/NKFrameLayoutKit/NKFrameLayoutKitView.swift)
57
58
* [**NotAutoLayout**](https://github.com/el-hoshino/NotAutoLayout)
0 commit comments