iViewableDataSource
public protocol iViewableDataSource: iDataSource, iPagination
Interface for ViewType
Category data source, used to request data
-
State for the data source, observable using the
Bindable
classDeclaration
Swift
var state: Bindable<DataSourceState<Viewable>>