Skip to content
This repository was archived by the owner on Jan 22, 2024. It is now read-only.

Latest commit

 

History

History
14 lines (10 loc) · 251 Bytes

InsertableContainer.md

File metadata and controls

14 lines (10 loc) · 251 Bytes

PROTOCOL

InsertableContainer

A container with an additional insert(_:at:) function.

Methods

insert(_:at:)

Insert a widget at a certain index.

  • Parameters:
    • widget: The widget.
    • index: The index.
  • Returns: The container.