Neon
SnapKit
Our great sponsors
Neon | SnapKit | |
---|---|---|
1 | 5 | |
4,587 | 18,680 | |
- | 0.6% | |
0.0 | 3.9 | |
almost 2 years ago | about 2 months 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.
Neon
-
Awesome macOS Libraries List
Neon - A powerful Swift programmatic UI layout framework. Language: Swift.
SnapKit
-
When looking for SwiftUI information, can I learn by looking at the equivalant UIKit solution, or are they too different?
This. And if you want to learn AutoLayout without the verbosity/complexity of Apple's own APIs, I would look into using SnapKit.
-
Awesome macOS Libraries List
SnapKit - A Swift Autolayout DSL. Language: Swift.
- What are some good UI libraries for UIKit/Appkit?
-
How can I add constraints to a UI element inside a programmatically created UIView?
I suggest you check out SnapKit. It is a convenient AutoLayout wrapper. I find it a lot more easier to read compared to the built in constraint builder or the string representation.
-
I usually use layout anchors, but this is kinda nice
It strikes me as a nice middle ground between the verbosity of layout anchors and something as complex as SnapKit.
What are some alternatives?
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]
PureLayout - The ultimate API for iOS & OS X Auto Layout — impressively simple, immensely powerful. Objective-C and Swift compatible.
TinyConstraints - Nothing but sugar.
Cartography - A declarative Auto Layout DSL for Swift :iphone::triangular_ruler:
Stevia - :leaves: Concise Autolayout code
FlexLayout - FlexLayout adds a nice Swift interface to the highly optimized facebook/yoga flexbox implementation. Concise, intuitive & chainable syntax.
Masonry - Harness the power of AutoLayout NSLayoutConstraints with a simplified, chainable and expressive syntax. Supports iOS and OSX Auto Layout
LayoutKit - LayoutKit is a fast view layout library for iOS, macOS, and tvOS.
EasyPeasy - Auto Layout made easy
KeyboardLayoutGuide - ⌨️ KeyboardLayoutGuide, back from when it didn't exist.
Anchorage - A collection of operators and utilities that simplify iOS layout code.
YogaKit