insert(_:after:)
Inserts the provided items immediately after the item with the specified identifier in the section snapshot.
Declaration
mutating func insert(_ items: [ItemIdentifierType], after item: ItemIdentifierType)Inserts the provided items immediately after the item with the specified identifier in the section snapshot.
mutating func insert(_ items: [ItemIdentifierType], after item: ItemIdentifierType)