deleteSections(_:)
Deletes the sections with the specified identifiers from the snapshot.
Declaration
mutating func deleteSections(_ identifiers: [SectionIdentifierType])Parameters
- identifiers:
The array of identifiers corresponding to the sections to delete from the snapshot.