Contents

appendItems(_:intoParentItem:)

Adds the specified items as child items of the specified parent item in the section snapshot.

Declaration

func appendItems(_ items: [Any], intoParentItem parentItem: Any?)

Parameters

  • items:

    The identifiers of the items to append to the parent item in the section snapshot.

  • parentItem:

    The parent item to append the items to.

See Also

Creating a section snapshot