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] { get }
-
hasImageChoices
Extension methodLook to the input fields and return true if any are choice type that include an image.
Declaration
Swift
public var hasImageChoices: Bool { get }