Skip to content

Commit 9235e15

Browse files
author
星野恵瑠
committed
Add reference to NotAutoLayout in README.md
1 parent 58db96b commit 9235e15

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

README.md

Lines changed: 4 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+
* [**NotAutoLayout**](https://github.com/el-hoshino/NotAutoLayout)
54+
Layout your views without Auto Layout constraints, in a much more swifty way.
55+
[NotAutoLayout benchmark's source code](https://github.com/layoutBox/LayoutFrameworkBenchmark/blob/master/LayoutFrameworkBenchmark/Benchmarks/NotAutoLayout/FeedItemNotAutoLayoutView.swift)
56+
5357
* [**PinLayout**](https://github.com/mirego/PinLayout)
5458
Fast Swift UIViews layouting without auto layout. No magic, pure code, full control and blazing fast. Concise syntax, intuitive, readable & chainable.
5559
[PinLayout benchmark's source code](https://github.com/layoutBox/LayoutFrameworkBenchmark/blob/master/LayoutFrameworkBenchmark/Benchmarks/PinLayout/FeedItemPinLayoutView.swift)

0 commit comments

Comments
 (0)