Contents

cell(at:)

Returns the entry at the specified index.

Declaration

func cell(at index: Int) -> Any!

Parameters

  • index:

    The index of the desired entry.

Return Value

The form cell object at the specified index.

See Also

Getting Cells and Indices