FlaneurFormElementType

public enum FlaneurFormElementType

An enumeration of the types supported by FlaneurFormView.

  • The type of text field elements (ie 1-line).

    Declaration

    Swift

    case textField
  • The type of text area elements (ie multi-line).

    Declaration

    Swift

    case textArea
  • The type of a button element.

    Declaration

    Swift

    case button
  • Declaration

    Swift

    public static func == (lhs: FlaneurFormElementType, rhs: FlaneurFormElementType) -> Bool