FlexLayout
FlexLayout adds a nice Swift interface to the highly optimized facebook/yoga flexbox implementation. Concise, intuitive & chainable syntax. (by layoutBox)
Cassowary
A Swift port of the Cassowary linear constraint solver (by tribalworldwidelondon)
FlexLayout | Cassowary | |
---|---|---|
1 | - | |
2,066 | 110 | |
0.8% | -0.9% | |
7.0 | 0.0 | |
22 days ago | over 6 years ago | |
Swift | Swift | |
MIT License | BSD 3-clause "New" or "Revised" License |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
FlexLayout
Posts with mentions or reviews of FlexLayout.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2023-09-27.
-
Building Reddit’s Design System on iOS
We still wanted to leverage a layout engine that could be performant and easy-to-use. After doing some performance testing with native UIKit, Autolayout, and a few other third-party options, we ended up bringing FlexLayout into the mix, which is a Swift implementation of Facebook’s Yoga layout engine. All RPL components utilize FlexLayout in order to lay out content fast and efficiently. While we’ve enjoyed using it, we’ve found a few touch points to be mindful of. There are some rough edges we’ve found, such as utilizing stack views with subviews that use FlexLayout, that often come at odds with both UIKit and FlexLayout’s layout engines.
Cassowary
Posts with mentions or reviews of Cassowary.
We have used some of these posts to build our list of alternatives
and similar projects.
We haven't tracked posts mentioning Cassowary yet.
Tracking mentions began in Dec 2020.
What are some alternatives?
When comparing FlexLayout and Cassowary you can also consider the following projects:
SnapKit - A Swift Autolayout DSL for iOS & OS X
FrameLayoutKit - A super fast and easy-to-use layout library for iOS. FrameLayoutKit supports complex layouts, including chaining and nesting layout with simple and intuitive operand syntax.
PinLayout - Fast Swift Views layouting without auto layout. No magic, pure code, full control and blazing fast. Concise syntax, intuitive, readable & chainable. [iOS/macOS/tvOS/CALayer]
Cupcake - An easy way to create and layout UI components for iOS (Swift version).
LayoutKit - LayoutKit is a fast view layout library for iOS, macOS, and tvOS.
Bamboo - Auto Layout (and manual layout) in one line.