InfiniteItem

public struct InfiniteItem

InfiniteItem defines an item rendered by the cell.

Author

Adamas

Version

1.0.0

Date

23/06/2017
  • Initialise the object.

    Declaration

    Swift

    public init(item: Any, type: InfiniteCell.Type)

    Parameters

    item

    The item associated to the cell.

    type

    The type of the cell.