Contents

parentForItems(inColumn:)

Returns the item that contains the children located in the specified column.

Declaration

func parentForItems(inColumn column: Int) -> Any?

Parameters

  • column:

    The column.

Return Value

The parent item for the specified column.

See Also

Accessing Components