anchorWithOffset(to:)
Creates a layout dimension object from two anchors.
Declaration
func anchorWithOffset(to otherAnchor: NSLayoutYAxisAnchor) -> NSLayoutDimensionParameters
- otherAnchor:
The second anchor to use when creating the layout dimension.
Return Value
The NSLayoutDimension object represented by the two anchors.
Discussion
Use the returned object to define constraints relative to the space between the current anchor and the object in the otherAnchor parameter.