NSLayoutXAxisAnchor
A factory class for creating horizontal layout constraint objects using a fluent API.
Declaration
class NSLayoutXAxisAnchorOverview
NSLayoutXAxisAnchor adds type information to the methods inherited from NSLayoutAnchor. Specifically, the generic methods declared by NSLayoutAnchor must now take a matching NSLayoutXAxisAnchor object.
For more information on using layout anchors, see NSLayoutAnchor.
Topics
Building system spacing constraints
constraint(equalToSystemSpacingAfter:multiplier:)constraint(greaterThanOrEqualToSystemSpacingAfter:multiplier:)constraint(lessThanOrEqualToSystemSpacingAfter:multiplier:)Creating self-sizing table view cells
Creating a layout dimension
See Also
Related Documentation
NSLayoutConstraint- Auto Layout Guide