width(ofColumn:)
Returns the width of the specified column.
Declaration
func width(ofColumn column: Int) -> CGFloatParameters
- column:
The index of the column for which to retrieve the width.
Return Value
The width of the column.
Returns the width of the specified column.
func width(ofColumn column: Int) -> CGFloatThe index of the column for which to retrieve the width.
The width of the column.