PcoWSkbVqDnWTu_dm2ix
The Developer Hub is now deprecated and information on this page may no longer be accurate. To see our new and improved documentation, please click here. You can read more about the future of documentation here.
Collapse Sidebar

TableMajorAxis

TableMajorAxis

Used to indicate whether the direct siblings of a /UITableLayout are
considered the rows or the columns. The children of the direct siblings are
the columns or rows, respectively.


Enums

Name Value Description

RowMajor

0

The direct siblings are considered rows.

ColumnMajor

1

The direct siblings are considered columns.

Referenced by:

  • UITableLayout/MajorAxis