RSDFormUIStep

public protocol RSDFormUIStep: RSDUIStep

RSDFormUIStep implements additional properties used in creating a form input.

  • The inputFields array is used to hold a logical subgrouping of input fields. If this array holds more than one input field, those fields should describe an input that is uses a logical subgrouping such as birth month/year or given/family name.

    Declaration

    Swift

    var inputFields: [RSDInputField]