Contents

itemIdentifiers(inSection:)

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

Declaration

func itemIdentifiers(inSection identifier: SectionIdentifierType) -> [ItemIdentifierType]

Parameters

  • identifier:

    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