Classes

The following classes are available globally.

  • Material version of the UITextView (multiline capable)

    See more

    Declaration

    Swift

    public class AreaField : Field, UIGestureRecognizerDelegate
  • Material version of the UITextField (single line, for multiline capability use the AreaField class)

    See more

    Declaration

    Swift

    public class EntryField : Field, UIGestureRecognizerDelegate
  • Wrapper class for all fields. Makes data model validation and UI feedback a breeze.

    Attention

    DateField subclasses this but does not override the text variable as it holds a Date value type
    See more

    Declaration

    Swift

    public class Field : UIView
  • Material version of the UIPickerView (single column only, supports manual entry)

    See more

    Declaration

    Swift

    public class PickerField : Field