Structs

The following structs are available globally.

  • TextFieldReactor

    Implements reactive handling text field editing and passes editing changes to data flow

    Declaration

    Swift

    public struct TextFieldReactor
        <
        DS: FlowDataSource,
        DD: FlowDataDestination
        where
        DS.ResultType == DD.DataType,
        DS.QueryType  == String
        >
  • DataFlow

    Represent queried data flow

    Declaration

    Swift

    public struct DataFlow
        <
        DS: FlowDataSource,
        DD: FlowDataDestination
        where DS.ResultType == DD.DataType
        >
  • Example data source, that performs string queries over string array data

    See more

    Declaration

    Swift

    public struct SimplePrefixQueryDataSource: FlowDataSource
  • RAMTheme

    Theme prefab.

    See more

    Declaration

    Swift

    public struct RAMTheme: Theme