Fillable

@available(*, deprecated, message: "Migrate to https://github.com/stanwood/SourceModel_iOS")
public protocol Fillable : ForceFillable

Fillable protocol of type UICollectionViewCell used to fill cells with type object

Example: Fillable example
cell.fill(with: model)

See also

Model ModelCollection

  • Fill current cell with element

    Declaration

    Swift

    func fill(with type: Type?)

    Parameters

    model

    the element model