Contents

axis

The axis along which the arranged views lay out.

Declaration

var axis: NSLayoutConstraint.Axis { get set }

Discussion

This property determines the orientation of the arranged views. Assigning the NSLayoutConstraint.Axis.vertical value creates a column of views. Assigning the NSLayoutConstraint.Axis.horizontal value creates a row. The default value is NSLayoutConstraint.Axis.horizontal.

See Also

Configuring the layout