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
objectThe object to configure the cell with.
View on GitHub
ConfigurableCell Protocol Reference