FlexLayout
SwiftBox
FlexLayout | SwiftBox | |
---|---|---|
1 | - | |
1,985 | 809 | |
1.0% | - | |
8.3 | 0.0 | |
about 2 months ago | over 7 years ago | |
Swift | Swift | |
MIT License | MIT License |
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
-
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.
SwiftBox
We haven't tracked posts mentioning SwiftBox yet.
Tracking mentions began in Dec 2020.
What are some alternatives?
SnapKit - A Swift Autolayout DSL for iOS & OS X
EasyPeasy - Auto Layout made easy
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]
BrickKit - DEPRECATED - BrickKit For IOS
LayoutKit - LayoutKit is a fast view layout library for iOS, macOS, and tvOS.
FlexboxLayout
Cassowary - A Swift port of the Cassowary linear constraint solver
Swift-iOS-Localize-Constraint - localize constraint on the fly
Masonry - Harness the power of AutoLayout NSLayoutConstraints with a simplified, chainable and expressive syntax. Supports iOS and OSX Auto Layout
Auto Layout Magic - Build 1 scene, let AutoLayoutMagic generate the constraints for you!
SwiftAutoLayout - Tiny Swift DSL for Autolayout
Mortar - A compact but full-featured Auto Layout DSL for Swift