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