File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -51,8 +51,7 @@ Layout is done by setting UIView's frame property directly. This implementation
5151[ Manual layout benchmark's source code] ( https://github.com/layoutBox/LayoutFrameworkBenchmark/blob/master/LayoutFrameworkBenchmark/Benchmarks/ManualLayout/FeedItemManualView.swift )
5252
5353* [ ** NKFrameLayoutKit** ] ( https://github.com/kennic/NKFrameLayoutKit )
54- NKFrameLayoutKit is a fast and easy to use layout framework.
55-
54+ NKFrameLayoutKit is a fast and easy to use layout library
5655[ NKFrameLayoutKit benchmark's source code] ( https://github.com/kennic/LayoutFrameworkBenchmark/blob/master/LayoutFrameworkBenchmark/Benchmarks/NKFrameLayoutKit/NKFrameLayoutKitView.swift )
5756
5857* [ ** NotAutoLayout** ] ( https://github.com/el-hoshino/NotAutoLayout )
@@ -85,7 +84,7 @@ Here are the benchmark rendering results to compare visual results:
8584* [ FlexLayout rendering result] ( docs_markdown/benchmark_result_FlexLayout.png )
8685* [ PinLayout rendering result] ( docs_markdown/benchmark_result_PinLayout.png )
8786* [ LayoutKit rendering result] ( docs_markdown/benchmark_result_LayoutKit.png )
88- * [ NKFrameLayoutKit rendering result] ( docs_markdown/benchmark_result_NKFrameLayout .png )
87+ * [ NKFrameLayoutKit rendering result] ( docs_markdown/benchmark_result_NKFrameLayoutKit .png )
8988
9089:pushpin : Some work would be required to adjust the layout so that they all match perfectly.
9190
You can’t perform that action at this time.
0 commit comments