Unclaimed project
Are you a maintainer of Cartography? Claim this project to take control of your public changelog and roadmap.
Changelog
A declarative Auto Layout DSL for Swift :iphone::triangular_ruler:
Last updated 11 months ago
Now you can pass in layout guides to constrain - so code like:
constrain(view) { view in
view.top == vc.topLayoutGuideCartography
}
should change to:
constrain(view, vc.car_topLayoutGuide) { view, guide in
view.top == guide.bottom
}
This adds more flexibility as you can also now constrain to the top/height attributes of an UILayoutSupport.
The whole idea for 3.0 is to unify UIView (or NSView in macOS), UILayoutGuide and UILayoutSupport as constrainable elements, represented by the protocol LayoutElement. 👍
The credit goes to @corujautx
Now we have become very big, Different from the original idea. Collect premium software in various categories.
The Swift Programming Language
A tool for creating and running Linux containers using lightweight virtual machines on a Mac. It is written in Swift, and optimized for Apple silicon.
The modern video player for macOS.