Contents

itemIdentifiersInSection(withIdentifier:)

Returns the identifiers of all of the items in the specified section of the snapshot.

Declaration

func itemIdentifiersInSection(withIdentifier sectionIdentifier: Any) -> [Any]

Parameters

  • sectionIdentifier:

    The identifier of the section of the snapshot.

Return Value

An array of identifiers of the items contained in the section.

See Also

Identifying items and sections