Classes
The following classes are available globally.
-
Reel class
See moreDeclaration
Swift
public final class RAMReel < CellClass: UICollectionViewCell, TextFieldClass: UITextField, DataSource: FlowDataSource where CellClass: ConfigurableCell, CellClass.DataType == DataSource.ResultType, DataSource.QueryType == String, DataSource.ResultType: Renderable >
-
Implements reactive handling text field editing and passes editing changes to data flow
Declaration
Swift
public class TextFieldReactor < DS: FlowDataSource, DD: FlowDataDestination where DS.ResultType == DD.DataType, DS.QueryType == String >
-
Represent queried data flow
Declaration
Swift
public final class DataFlow < DS: FlowDataSource, DD: FlowDataDestination where DS.ResultType == DD.DataType >
-
Example configurable cell
See moreDeclaration
Swift
public class RAMCell: UICollectionViewCell, ConfigurableCell
-
Textfield with a line in the bottom
See moreDeclaration
Swift
public class RAMTextField: UITextField
-
Wraps collection view and set’s collection view data source
See moreDeclaration
Swift
public class CollectionViewWrapper < DataType, CellClass: UICollectionViewCell where CellClass: ConfigurableCell, DataType == CellClass.DataType >: FlowDataDestination, WrapperProtocol