Contents

NSLayoutXAxisAnchor

A factory class for creating horizontal layout constraint objects using a fluent API.

Declaration

class NSLayoutXAxisAnchor

Overview

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

Creating a layout dimension

See Also

Related Documentation

Anchors