Skip to content

Commit 587c2af

Browse files
committed
Merge branch 'master' of github.com:kennic/LayoutFrameworkBenchmark
2 parents 5086891 + f793be4 commit 587c2af

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,10 @@ LayoutKit is a fast view layout library for iOS, macOS, and tvOS.
5050
Layout is done by setting UIView's frame property directly. This implementation comes directly from the LayoutKit benchmark.
5151
[Manual layout benchmark's source code](https://github.com/layoutBox/LayoutFrameworkBenchmark/blob/master/LayoutFrameworkBenchmark/Benchmarks/ManualLayout/FeedItemManualView.swift)
5252

53+
* [**NKFrameLayoutKit**](https://github.com/kennic/NKFrameLayoutKit)
54+
NKFrameLayoutKit is a fast and easy to use layout framework
55+
[NKFrameLayoutKit benchmark's source code](https://github.com/kennic/LayoutFrameworkBenchmark/blob/master/LayoutFrameworkBenchmark/Benchmarks/NKFrameLayoutKit/NKFrameLayoutKitView.swift)
56+
5357
* [**NotAutoLayout**](https://github.com/el-hoshino/NotAutoLayout)
5458
Layout your views without Auto Layout constraints, in a much more swifty way.
5559
[NotAutoLayout benchmark's source code](https://github.com/layoutBox/LayoutFrameworkBenchmark/blob/master/LayoutFrameworkBenchmark/Benchmarks/NotAutoLayout/FeedItemNotAutoLayoutView.swift)
@@ -80,6 +84,7 @@ Here are the benchmark rendering results to compare visual results:
8084
* [FlexLayout rendering result](docs_markdown/benchmark_result_FlexLayout.png)
8185
* [PinLayout rendering result](docs_markdown/benchmark_result_PinLayout.png)
8286
* [LayoutKit rendering result](docs_markdown/benchmark_result_LayoutKit.png)
87+
* [NKFrameLayoutKit rendering result](docs_markdown/benchmark_result_NKFrameLayout.png)
8388

8489
:pushpin: Some work would be required to adjust the layout so that they all match perfectly.
8590

0 commit comments

Comments
 (0)