row(forItemIdentifier:)
Returns a row for the item with the specified identifier in the table view.
Declaration
func row(forItemIdentifier identifier: ItemIdentifierType) -> Int?Parameters
- identifier:
The identifier of the item in the table view.
Return Value
The item’s row, or nil if the method doesn’t find an item with the provided item identifier.