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