appendItems(withIdentifiers:intoSectionWithIdentifier:)
Adds the items with the specified identifiers to the specified section of the snapshot.
Declaration
func appendItems(withIdentifiers identifiers: [Any], intoSectionWithIdentifier sectionIdentifier: Any)Parameters
- identifiers:
An array of identifiers specifying the items to add to the snapshot.
- sectionIdentifier:
The section to which to add the items.