RiValT_TimerArray_AddCell

@MainActor
class RiValT_TimerArray_AddCell : RiValT_BaseCollectionCell

This describes “add” cells in the collection view. These are simple “cross” buttons, that allow new timers to be appended.

  • The storyboard reuse ID

    Declaration

    Swift

    @MainActor
    static let reuseIdentifier: String
  • Configure this cell item with its index path.

    Declaration

    Swift

    @MainActor
    override func configure(indexPath inIndexPath: IndexPath, myController inMyController: RiValT_GroupEditor_ViewController?)

    Parameters

    inIndexPath

    The index path for the cell being represented.

    inMyController

    The controller that “owns” this cell.