Classes
The following classes are available globally.
-
Declaration
Swift
public class RAMReel < CellClass: UICollectionViewCell, TextFieldClass: UITextField, DataSource: FlowDataSource where CellClass: ConfigurableCell, CellClass.DataType == DataSource.ResultType, DataSource.QueryType == String, DataSource.ResultType: Renderable, DataSource.ResultType: Parsable >
-
Declaration
Swift
public class RAMCell: UICollectionViewCell, ConfigurableCell
-
Declaration
Swift
public class RAMTextField: UITextField
-
Declaration
Swift
public class CollectionViewWrapper < DataType: Equatable, CellClass: UICollectionViewCell where CellClass: ConfigurableCell, DataType == CellClass.DataType >: FlowDataDestination, WrapperProtocol