Cartography
Cartography copied to clipboard
Add offset operator to allow usage of `NSLayoutAnchor.anchorWithOffset(to:)` APIs
Uses with NSLayoutAnchors
and anchorWithOffset(to:)
to create a Dimension
representing the distance between two Edge
Dimension
can now hold an NSLayoutDimension
anchor (representing an offset dimension) or produce a NSLayoutDimension
for width or height, as required.
I used |-|
for the custom operator, but we could use a different operator such as ]-[
(to mirror VFL) or some other operator.