ConfigurableCell

public protocol ConfigurableCell

By implementing ConfigurableCell the cell provides the functionality to display the specified object.

  • Undocumented

    Declaration

    Swift

    associatedtype ObjectToConfigure
  • Configure the cells view with the given object

    Declaration

    Swift

    func configure(with object: ObjectToConfigure)

    Parameters

    object

    The object to configure the cell with.