Great library. Just curious to get perspective from the author of SnapKit what features will make it more attractive compare to PureLayout?
===== from PureLayout site =======
PureLayout
Pros: Simple, efficient, minimal third party code, consistent with Cocoa API style, compatible with Objective-C and Swift codebases
Cons: Not the most concise expression of layout code
High-level Auto Layout Libraries/DSLs (Cartography, SnapKit, KeepLayout)
Pros: Very clean, concise, and convenient
Cons: Unique API style is foreign to Cocoa APIs, mixed compatibility with Objective-C & Swift, greater dependency on third party code
@steve21124 Much like stack overflow these sorts of questions are not really productive as they result in opinionated biases with little fact.
Evaluate each library for yourself and use what you like. Our goal is to create an expressive auto layout DSL that is easy to read and use.
Most helpful comment
@steve21124 Much like stack overflow these sorts of questions are not really productive as they result in opinionated biases with little fact.
Evaluate each library for yourself and use what you like. Our goal is to create an expressive auto layout DSL that is easy to read and use.