Cartography icon indicating copy to clipboard operation
Cartography copied to clipboard

Add offset operator to allow usage of `NSLayoutAnchor.anchorWithOffset(to:)` APIs

Open jayrhynas opened this issue 1 year ago • 0 comments

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.

jayrhynas avatar Apr 27 '23 19:04 jayrhynas