RowConfigurable
public protocol RowConfigurable
RowConfigurable defines the behavior of a view which can be binded to its row
Version
1.8.0Date
02/05/22-
Configure a view with a row
Declaration
Swift
func configure(with row: RowType)Parameters
rowThe row to be used to configure the view
RowConfigurable Protocol Reference