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
typethe type of the form element.
labelthe label of the form element.
didLoadHandlerthe 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
View on GitHub
FlaneurFormElement Class Reference