RowPresentable
public protocol RowPresentable : AnyObject
RowPresentable defines how the view should look like for a row.
Version
1.8.0Date
11/10/21-
The view that presents the row
Declaration
Swift
var view: UIView { get }
RowPresentable Protocol Reference