Masonry
SnapKit
Masonry | SnapKit | |
---|---|---|
- | 12 | |
18,047 | 19,936 | |
0.0% | 0.2% | |
0.0 | 4.9 | |
over 1 year ago | 3 months ago | |
Objective-C | 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.
Masonry
We haven't tracked posts mentioning Masonry yet.
Tracking mentions began in Dec 2020.
SnapKit
-
FixFlex alternatives - Stevia and SnapKit
3 projects | 12 Jan 2024
-
Storyboard vs Programmatic UI
I’ve been using Xcode for the last 13 years or so, and my advice is - us whatever is comfortable and makes sense to you. I use all 3: code*, storyboard and interface builder (xib). They all have their strengths and weaknesses. Storyboards are nice for quick simple screens with table/collection views and cell templates, but sucks when working in a team (merge conflicts on xml files is not fun). Interface builder has the advantage of being really quick for standalone viewcontrollers and views (after some code that takes away the boilerplate part of loading views from nibs) and minimized the git issues. And code is fun when you’re using anchors and frameworks like snapkit (https://github.com/SnapKit/SnapKit) but even when I was doing visual constrains using strings it was fine. Anyway, just try to learn a bit of everything and see what resonates with you. There are no right answers, just preferences.
-
I’ve never thought about what it actually does
If you need to use Auto Layout, I recommend using a wrapper SDK like SnapKit https://github.com/SnapKit/SnapKit that is less verbose and less error-prone and assigns translatesAutoResizingMaskIntoConstraints and isActive automatically.
-
why is UIKit much harder than SwiftUI?
With a library like SnapKit, you can still have the terse, declarative coding style of UIKit. Hell, I once wrote my own poor-man's version of SnapKit on a whim because writing out constraint code manually got tedious.
-
📌 Pin — a tiny library that makes working with AutoLayout easier
SnapKit (19k⭐️) has been providing almost the same thing for years. It is already a standard for many companies.
-
What can be done with UIKit that can't be done with SwiftUI?
With something like SnapKit (I actually rolled my own poor man's version in like 10 minutes, before learning that SnapKit existed), SwiftUI no longer appeals to me because of it's declarative-style DSL.
-
Cracking the iOS Interview
SnapKit - Autolayout DSL for iOS & OS X
-
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?
What are some alternatives?
PureLayout - The ultimate API for iOS & OS X Auto Layout — impressively simple, immensely powerful. Objective-C and Swift compatible.
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]
Stevia - :leaves: Concise Autolayout code
FlexLayout - FlexLayout adds a nice Swift interface to the highly optimized facebook/yoga flexbox implementation. Concise, intuitive & chainable syntax.
TinyConstraints - Nothing but sugar.
Bond - A Swift binding framework
YogaKit
Cartography - A declarative Auto Layout DSL for Swift :iphone::triangular_ruler:
Neon - A powerful Swift programmatic UI layout framework.