FlaneurFormElement

public class FlaneurFormElement

A basic element of a FlaneurFormView.

See also

FlaneurFormView
  • Initializes a new instance of a form element of the given type.

    See also

    FlaneurFormElementType

    Declaration

    Swift

    public init(type: FlaneurFormElementType, label: String, didLoadHandler: ((UIView) -> ())? = nil)

    Parameters

    type

    the type of the form element.

    label

    the label of the form element.

    didLoadHandler

    the callback that gets called, after the form element did load, with the attached view

  • Declaration

    Swift

    public static func == (lhs: FlaneurFormElement, rhs: FlaneurFormElement) -> Bool
  • Undocumented

    Declaration

    Swift

    public func diffIdentifier() -> NSObjectProtocol
  • Undocumented

    Declaration

    Swift

    public func isEqual(toDiffableObject object: ListDiffable?) -> Bool