Contents

columnContentWidth(forColumnWidth:)

Returns the content width for a given column width.

Declaration

func columnContentWidth(forColumnWidth columnWidth: CGFloat) -> CGFloat

Parameters

  • columnWidth:

    The width of the column. This width is the entire scrolling text view.

Return Value

The width of the content for the column. This is the width of the matrix in the column.

See Also

Sizing