Contents

itemIdentifier(forRow:)

Returns an identifier for the item at the specified row in the table view.

Declaration

func itemIdentifier(forRow row: Int) -> ItemIdentifierType?

Parameters

  • row:

    The row of the item in the table view.

Return Value

The item’s identifier, or nil if the method doesn’t find an item at the provided row.

See Also

Identifying Items and Sections