InfiniteItem
public struct InfiniteItem
InfiniteItem defines an item rendered by the cell.
Version
1.0.0Date
23/06/2017-
Initialise the object.
Declaration
Swift
public init(item: Any, type: InfiniteCell.Type)Parameters
itemThe item associated to the cell.
typeThe type of the cell.
InfiniteItem Structure Reference