Contents

width(ofColumn:)

Returns the width of the specified column.

Declaration

func width(ofColumn column: Int) -> CGFloat

Parameters

  • column:

    The index of the column for which to retrieve the width.

Return Value

The width of the column.

See Also

Sizing